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