GetReverseDnsRequestIPs Property
|
Namespace:
Aruba.Cloud.WsEndUser.Json
Assembly:
Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public string[] IPs { get; set; }<DataMemberAttribute>
Public Property IPs As String()
Get
Set
public:
[DataMemberAttribute]
property array<String^>^ IPs {
array<String^>^ get ();
void set (array<String^>^ value);
}[<DataMemberAttribute>]
member IPs : string[] with get, set
function get IPs () : String[]
function set IPs (value : String[])
Property Value
Type:
String
See Also