Share via


FolderModifyInfo.ChangePermission Property

 

Gets and sets a value that determines if the folder change task includes a permissions change.

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

Syntax

[DataMemberAttribute]
public bool ChangePermission { get; set; }
public:
[DataMemberAttribute]
property bool ChangePermission {
    bool get();
    void set(bool value);
}
<DataMemberAttribute>
Public Property ChangePermission As Boolean

Property Value

Type: System.Boolean

true if the task includes a permissions change; otherwise, false.

See Also

FolderModifyInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top