SIDPermission.SID Property
Gets the SID for the user account.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public string SID { get; private set; }
public:
property String^ SID {
String^ get();
private: void set(String^ value);
}
Public Property SID As String
Get
Private Set
End Property
Property Value
Type: System.String
A string that contains the SID.
See Also
SIDPermission Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top