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