Share via


IFsrmQuotaManager.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[]

Returns a Object A SAFEARRAY of VARIANTs that contain the descriptions for the macros. The list corresponds directly to the list in the ActionVariables property. The variant type is VT_BSTR. Use the bstrVal member to access the description.

See Also

IFsrmQuotaManagerEx
FsrmQuotaManager
IFsrmQuotaManager Interface
Microsoft.Storage Namespace

Return to top