Share via


NamePermission Constructor (String, Permission, PrincipleCategory)

 

Creates a new instance of the NamePermission object, using the specified name, permissions, and category.

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

Syntax

public NamePermission(
    string name,
    Permission perm,
    PrincipleCategory category
)
public:
NamePermission(
    String^ name,
    Permission perm,
    PrincipleCategory category
)
Public Sub New (
    name As String,
    perm As Permission,
    category As PrincipleCategory
)

Parameters

See Also

NamePermission Overload
NamePermission Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top