Share via


IFsrmQuotaManagerEx.ActionVariableDescriptions Property

 

Retrieves the descriptions for the macros contained in the ActionVariables property.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

object[] ActionVariableDescriptions { get; }
property array<Object^>^ ActionVariableDescriptions {
    array<Object^>^ get();
}
abstract ActionVariableDescriptions : Object[] with get
ReadOnly Property ActionVariableDescriptions As Object()

Property Value

Type: System.Object[]

The descriptions for the macros contained in the ActionVariables property.

Implements

IFsrmQuotaManager.ActionVariableDescriptions

See Also

IFsrmQuotaManagerEx Interface
Microsoft.Storage Namespace

Return to top