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.
Represents the base permissions.
Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)
Inheritance Hierarchy
System.Object
  Microsoft.WindowsServerSolutions.Storage.BasePermission
    Microsoft.WindowsServerSolutions.Storage.NamePermission
    Microsoft.WindowsServerSolutions.Storage.SIDPermission
Syntax
public class BasePermission
public ref class BasePermission 
Public Class BasePermission
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | BasePermission() | Initializes a new instance of the BasePermission class. | 
| .jpeg) | BasePermission(Permission) | Initializes a new instance of the BasePermission class with the specified Permission object. | 
| .jpeg) | BasePermission(Permission, PrincipleCategory) | Creates and initializes a new instance of the BasePermission class with the specified Permission and PrincipleCategory objects. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Category | Specifies the category of the permission. | 
| .jpeg) | Permission | Gets or sets the base permissions. | 
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() | (Inherited from Object.) | 
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