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