BasePermission Constructor

 

Initializes a new instance of the BasePermission class.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Overload List

Name Description
System_CAPS_protmethod BasePermission()

Initializes a new instance of the BasePermission class.

System_CAPS_protmethod BasePermission(Permission)

Initializes a new instance of the BasePermission class with the specified Permission object.

System_CAPS_protmethod 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