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
public Quota Quota { get; set; }
public:
property Quota^ Quota {
Quota^ get();
void set(Quota^ value);
}
Public Property Quota As Quota
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.Quota
true if the folder has a storage quota; otherwise, false.
See Also
ModifyFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top