Compartilhar via


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

See Also

NamePermission Overload
NamePermission Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top