EnqueueModifyEmailJelasticAccountRequestJelasticAccountId Property
|
ID of Jelastic account
Namespace:
Aruba.Cloud.WsJelastic.Requests
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