BasePermission Constructor
Initializes a new instance of the BasePermission class.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Overload List
Name | Description | |
---|---|---|
BasePermission() | Initializes a new instance of the BasePermission class. |
|
BasePermission(Permission) | Initializes a new instance of the BasePermission class with the specified Permission object. |
|
BasePermission(Permission, PrincipleCategory) | Creates and initializes a new instance of the BasePermission class with the specified Permission and PrincipleCategory objects. |
See Also
BasePermission Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top