IFsrmActionCommand.LogResult Property
Retrieves or sets a value that determines whether FSRM logs an Application event that contains the return code of the executable program.
This property is read/write.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
bool LogResult { get; set; }
property bool LogResult {
bool get();
void set(bool value);
}
abstract LogResult : bool with get, set
Property LogResult As Boolean
Property Value
Type: System.Boolean
Set to VARIANT_TRUE if you want FSRM to log an Application event; otherwise, VARIANT_FALSE. The default is VARIANT_TRUE. The event identifier is 8226.
See Also
ActionType
IFsrmActionCommand Interface
Microsoft.Storage Namespace
Return to top