BasePermission Constructor (Permission)
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.PermissionThe Permission object that contains the base permissions.
See Also
BasePermission Overload
BasePermission Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top