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.
Initializes a new instance of the BasePermission class with the specified Permission object.
Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)
Syntax
protected BasePermission(
    Permission perm
)
protected:
BasePermission(
    Permission perm
)
Protected Sub New (
    perm As Permission
)
Parameters
- perm 
 Type: Microsoft.WindowsServerSolutions.Storage.Permission- The Permission object that contains the base permissions. 
See Also
BasePermission Overload
BasePermission Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top