CountryIntPhonePrefix Property
|
International phone prefix
Namespace:
Aruba.Cloud.Provisioning.Entities
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public string IntPhonePrefix { get; set; }<DataMemberAttribute>
Public Property IntPhonePrefix As String
Get
Set
public:
[DataMemberAttribute]
property String^ IntPhonePrefix {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member IntPhonePrefix : string with get, set
function get IntPhonePrefix () : String
function set IntPhonePrefix (value : String)
Property Value
Type:
String
See Also