BackupAccountWebCCUrl Property
|
URL of the 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 WebCCUrl { get; set; }<DataMemberAttribute>
Public Property WebCCUrl As String
Get
Set
public:
[DataMemberAttribute]
property String^ WebCCUrl {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member WebCCUrl : string with get, set
function get WebCCUrl () : String
function set WebCCUrl (value : String)
Property Value
Type:
String
See Also