Share via


IFsrmAutoApplyQuota.Thresholds Property

 

Gets the Thresholds property.

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 the Thresholds property.

Implements

IFsrmQuotaObject.Thresholds

See Also

IFsrmAutoApplyQuota Interface
Microsoft.Storage Namespace

Return to top