ExecutionState.GetSupportedActions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
a list of actions that the application supports, as a bitwise OR of all supported actions
public abstract Microsoft.InformationProtection.Policy.Actions.ActionType GetSupportedActions ();
abstract member GetSupportedActions : unit -> Microsoft.InformationProtection.Policy.Actions.ActionType
Public MustOverride Function GetSupportedActions () As ActionType