Folder.Quota Property
Specifies whether the folder has a storage quota.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public Quota Quota { get; internal set; }
public:
property Quota^ Quota {
Quota^ get();
internal: void set(Quota^ value);
}
Public Property Quota As Quota
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.Quota
true if the folder has a storage quota; otherwise, false.
See Also
Folder Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top