ModifyFolderRequest.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
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