DBaaSAccountDetailsPort Property
|
DBaaS TCP Port
Namespace:
Aruba.Cloud.WsDBaaS.Entities
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public Nullable<int> Port { get; set; }<DataMemberAttribute>
Public Property Port As Nullable(Of Integer)
Get
Set
public:
[DataMemberAttribute]
property Nullable<int> Port {
Nullable<int> get ();
void set (Nullable<int> value);
}[<DataMemberAttribute>]
member Port : Nullable<int> with get, set
function get Port () : Nullable<int>
function set Port (value : Nullable<int>)
Property Value
Type:
NullableInt32
See Also