다음을 통해 공유


FsrmQuotaManagerClass.ActionVariableDescriptions Property

 

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

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

Syntax

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

Property Value

Type: System.Object[]

Returns a Object containing 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.

Implements

IFsrmQuotaManager.ActionVariableDescriptions

See Also

IFsrmQuotaManagerEx
FsrmQuotaManager
FsrmQuotaManagerClass Class
Microsoft.Storage Namespace

Return to top