BackupAccountWebCCUserName Property
|
Username to be used to access Public portal to manage backup account services.
Namespace:
Aruba.Cloud.WsBackup.Entities
Assembly:
Aruba.Cloud.WsBackup (in Aruba.Cloud.WsBackup.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public string WebCCUserName { get; set; }<DataMemberAttribute>
Public Property WebCCUserName As String
Get
Set
public:
[DataMemberAttribute]
property String^ WebCCUserName {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member WebCCUserName : string with get, set
function get WebCCUserName () : String
function set WebCCUserName (value : String)
Property Value
Type:
String
See Also