Share via


IFsrmQuotaObject.UserSid Property

 

Retrieves the string form of the user's security identifier (SID) that is associated with the object.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

string UserSid { get; }
property String^ UserSid {
    String^ get();
}
abstract UserSid : string with get
ReadOnly Property UserSid As String

Property Value

Type: System.String

A String that contains The user's security identifier (SID) that is associated with the object.

See Also

IFsrmQuotaObject Interface
Microsoft.Storage Namespace

Return to top