JelasticAccountJelasticAccountID Property
|
Jelastic account ID.
Namespace:
Aruba.Cloud.WsJelastic.Entities
Assembly:
WsJelastic (in WsJelastic.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public int JelasticAccountID { get; set; }<DataMemberAttribute>
Public Property JelasticAccountID As Integer
Get
Set
public:
[DataMemberAttribute]
property int JelasticAccountID {
int get ();
void set (int value);
}[<DataMemberAttribute>]
member JelasticAccountID : int with get, set
function get JelasticAccountID () : int
function set JelasticAccountID (value : int)
Property Value
Type:
Int32
See Also