IFsrmFileManagementJobManager.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 Object containing the available macros. The variant type is VT_BSTR. Use the bstrVal member to access the name.
Remarks
FSRM parses the action property for the macros and substitutes the macro string with the values that are specific to the event and computer on which the action occurred.
See Also
FsrmFileManagementJobManager
IFsrmFileManagementJobManager Interface
Microsoft.Storage Namespace
Return to top