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 a value that describes whether the user permissions has an SID.
Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public bool HasSID { get; private set; }
public:
[DataMemberAttribute]
property bool HasSID {
    bool get();
    private: void set(bool value);
}
<DataMemberAttribute>
Public Property HasSID As Boolean
    Get
    Private Set
End Property
Property Value
Type: System.Boolean
true if the user permissions has an SID; otherwise, false.
See Also
UserPerm Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top