Share via


FolderModifyInfo.ChangeQuota Property

 

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

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

Syntax

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

Property Value

Type: System.Boolean

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

See Also

FolderModifyInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top