ActionWrapper<T>.ActionType Property
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.
Gets a name for the type of action. Useful if consumer wants to handle processing their own actions.
public:
property System::String ^ ActionType { System::String ^ get(); };
public string ActionType { get; }
member this.ActionType : string
Public ReadOnly Property ActionType As String