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.
Retrieves the thresholds for the quota object.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object[] Thresholds { get; }
property array<Object^>^ Thresholds {
array<Object^>^ get();
}
abstract Thresholds : Object[] with get
ReadOnly Property Thresholds As Object()
Property Value
Type: System.Object[]
Returns a Object containing the thresholds for the quota object. Each item in the SAFEARRAY is a VARIANT of type VT_I4. Use the lVal member of the variant to access the threshold. The array is empty if no thresholds were set.
See Also
IFsrmQuotaBase Interface
Microsoft.Storage Namespace
Return to top