Share via


ActionHandlerInfo.Moniker Property

Gets or sets the moniker of the action.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Public Property Moniker As String
    Get
    Set
'Usage
Dim instance As ActionHandlerInfo
Dim value As String

value = instance.Moniker

instance.Moniker = value
public string Moniker { get; set; }
public:
virtual property String^ Moniker {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract Moniker : string with get, set
override Moniker : string with get, set
final function get Moniker () : String
final function set Moniker (value : String)

Property Value

Type: System.String
A string that represents the moniker of the action.

Implements

IActionHandlerInfo.Moniker