IFsrmFileManagementJobManager.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[]
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.
See Also
FsrmFileManagementJobManager
IFsrmFileManagementJobManager Interface
Microsoft.Storage Namespace
Return to top