Partager via


BasePermission Constructor (Permission, PrincipleCategory)

 

Creates and initializes a new instance of the BasePermission class with the specified Permission and PrincipleCategory objects.

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

Syntax

protected BasePermission(
    Permission perm,
    PrincipleCategory category
)
protected:
BasePermission(
    Permission perm,
    PrincipleCategory category
)
Protected Sub New (
    perm As Permission,
    category As PrincipleCategory
)

Parameters

See Also

BasePermission Overload
BasePermission Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top