SubscribersAddressValue Property
|
the address for mail type and the phone number for the SMS type
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 AddressValue { get; set; }<DataMemberAttribute>
Public Property AddressValue As String
Get
Set
public:
[DataMemberAttribute]
property String^ AddressValue {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member AddressValue : string with get, set
function get AddressValue () : String
function set AddressValue (value : String)
Property Value
Type:
String
See Also