Share via


IFsrmAutoApplyQuota.UserSid Property

 

Gets the UserSid property.

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

Returns the UserSid property.

Implements

IFsrmQuotaObject.UserSid

See Also

IFsrmAutoApplyQuota Interface
Microsoft.Storage Namespace

Return to top