Partager via


BasePermission.Permission Property

 

Gets or sets the base permissions.

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

Syntax

public Permission Permission { get; set; }
public:
property Permission Permission {
    Permission get();
    void set(Permission value);
}
Public Property Permission As Permission

Property Value

Type: Microsoft.WindowsServerSolutions.Storage.Permission

An instance of Permission.

See Also

BasePermission Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top