Partager via


UserPerm.Permission Property

 

Gets and sets the permission.

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

Syntax

[DataMemberAttribute]
public int Permission { get; set; }
public:
[DataMemberAttribute]
property int Permission {
    int get();
    void set(int value);
}
<DataMemberAttribute>
Public Property Permission As Integer

Property Value

Type: System.Int32

The permission.

See Also

UserPerm Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top