ApplicationHost.IsImplicitAifAction(String) 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.
Determines whether the action is an implicit action.
public:
bool IsImplicitAifAction(System::String ^ actionName);
public bool IsImplicitAifAction (string actionName);
member this.IsImplicitAifAction : string -> bool
Public Function IsImplicitAifAction (actionName As String) As Boolean
Parameters
- actionName
- String
Specifies the action name.
Returns
True
if the action is an implicit action, otherwise false
.