IFsrmQuotaObject::get_UserAccount method (fsrmquota.h)

[This property is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMQuota class.]

Retrieves the string form of the user account that is associated with the object.

This property is read-only.

Syntax

HRESULT get_UserAccount(
  BSTR *userAccount
);

Parameters

userAccount

Return value

None

Remarks

This method always returns the string form of the account that corresponds to the well-known SID of WinNULLSid.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header fsrmquota.h
DLL SrmSvc.dll

See also

IFsrmQuotaObject

MSFT_FSRMQuota