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.
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 | |
|---|---|---|
| .jpeg) | UserPerm() | Creates a new instance of the UserPerm object. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Category | Gets the category of the permission. | 
| .jpeg) | HasName | Gets a value that describes whether the user permissions has a name. | 
| .jpeg) | HasSID | Gets a value that describes whether the user permissions has an SID. | 
| .jpeg) | Name | Gets and sets the name. | 
| .jpeg) | Permission | Gets and sets the permission. | 
| .jpeg) | SID | Gets and sets the SID. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | 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