IFsrmQuotaObject.UserAccount Property
Retrieves the string form of the user account that is associated with the object.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string UserAccount { get; }
property String^ UserAccount {
String^ get();
}
abstract UserAccount : string with get
ReadOnly Property UserAccount As String
Property Value
Type: System.String
A String that contains the string form of the user account.
Remarks
This method always returns the string form of the account that corresponds to the well-known SID of WinNULLSid.
See Also
IFsrmQuotaObject Interface
Microsoft.Storage Namespace
Return to top