IFsrmClassificationRule.ExecutionOption Property
Determines how to apply the rule to the file.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
_FsrmExecutionOption ExecutionOption { get; set; }
property _FsrmExecutionOption ExecutionOption {
_FsrmExecutionOption get();
void set(_FsrmExecutionOption value);
}
abstract ExecutionOption : _FsrmExecutionOption with get, set
Property ExecutionOption As _FsrmExecutionOption
Property Value
Type: Microsoft.Storage._FsrmExecutionOption
An _FsrmExecutionOption that determines how to apply the rule to the file.
See Also
IFsrmClassificationRule Interface
Microsoft.Storage Namespace
Return to top