IFsrmQuotaManagerEx.ActionVariables Property

 

Retrieves a list of macros that you can specify in action property values.

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

Syntax

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

Property Value

Type: System.Object[]

A list of macros that you can specify in action property values.

Implements

IFsrmQuotaManager.ActionVariables

See Also

IFsrmQuotaManagerEx Interface
Microsoft.Storage Namespace

Return to top