UserPerm Class
Contains user permissions.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Storage.UserPerm
Syntax
[DataContractAttribute]
public class UserPerm
[DataContractAttribute]
public ref class UserPerm
<DataContractAttribute>
Public Class UserPerm
Constructors
Name | Description | |
---|---|---|
![]() |
UserPerm() | Creates a new instance of the UserPerm object. |
Properties
Name | Description | |
---|---|---|
![]() |
Category | Gets the category of the permission. |
![]() |
HasName | Gets a value that describes whether the user permissions has a name. |
![]() |
HasSID | Gets a value that describes whether the user permissions has an SID. |
![]() |
Name | Gets and sets the name. |
![]() |
Permission | Gets and sets the permission. |
![]() |
SID | Gets and sets the SID. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | Returns a string that represents the current object.(Overrides Object.ToString().) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top