Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.String- The name. 
- perm 
 Type: Microsoft.WindowsServerSolutions.Storage.Permission- The list of permissions. 
See Also
NamePermission Overload
NamePermission Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top