Share via


FolderModifyInfo.Quota Property

 

Gets and sets a value that specifies whether the folder has a storage quota.

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

Syntax

[DataMemberAttribute]
public QuotaInfo Quota { get; set; }
public:
[DataMemberAttribute]
property QuotaInfo^ Quota {
    QuotaInfo^ get();
    void set(QuotaInfo^ value);
}
<DataMemberAttribute>
Public Property Quota As QuotaInfo

Property Value

Type: Microsoft.WindowsServerSolutions.Storage.QuotaInfo

true if the folder has a storage quota; otherwise, false.

See Also

FolderModifyInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top