CloudStorageLogOperationUsername Property
|
Namespace:
Aruba.Cloud.WsCloudStorage.Entities
Assembly:
WsCloudStorage (in WsCloudStorage.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