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
name
Type: System.StringThe name.
perm
Type: Microsoft.WindowsServerSolutions.Storage.PermissionThe permission.
category
Type: Microsoft.WindowsServerSolutions.Storage.PrincipleCategoryThe category.
See Also
NamePermission Overload
NamePermission Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top