NamePermission Constructor (String, Permission)
Initializes a new instance of the NamePermission class with the specified name and permissions.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public NamePermission(
string name,
Permission perm
)
public:
NamePermission(
String^ name,
Permission perm
)
Public Sub New (
name As String,
perm As Permission
)
Parameters
name
Type: System.StringThe name.
perm
Type: Microsoft.WindowsServerSolutions.Storage.PermissionThe list of permissions.
See Also
NamePermission Overload
NamePermission Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top