IActionInfo.ActionHandlerMoniker Property

Definition

Gets the moniker of the action handler associated with the action.

public:
 property System::String ^ ActionHandlerMoniker { System::String ^ get(); };
public string ActionHandlerMoniker { get; }
member this.ActionHandlerMoniker : string
Public ReadOnly Property ActionHandlerMoniker As String

Property Value

A string that represents the moniker of the action handler associated with the action.

Applies to