Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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