Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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