OperationLogOperationUsername Property
|
Username of the user initiated the job.
Namespace:
Aruba.Cloud.Common.Entities
Assembly:
Aruba.Cloud.Common (in Aruba.Cloud.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public string OperationUsername { get; set; }<DataMemberAttribute>
Public Property OperationUsername As String
Get
Set
public:
[DataMemberAttribute]
property String^ OperationUsername {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member OperationUsername : string with get, set
function get OperationUsername () : String
function set OperationUsername (value : String)
Property Value
Type:
String
See Also