UserPerm.SID Property
Gets and sets the SID.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public string SID { get; set; }
public:
[DataMemberAttribute]
property String^ SID {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property SID As String
Property Value
Type: System.String
The SID.
See Also
UserPerm Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top