JelasticOperationLogJelasticUsername Property
|
Username 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 string JelasticUsername { get; set; }<DataMemberAttribute>
Public Property JelasticUsername As String
Get
Set
public:
[DataMemberAttribute]
property String^ JelasticUsername {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member JelasticUsername : string with get, set
function get JelasticUsername () : String
function set JelasticUsername (value : String)
Property Value
Type:
String
See Also