Share via


JobServer.ReplaceAlertTokensEnabled Property

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public Property ReplaceAlertTokensEnabled As Boolean
    Get
    Set
'Usage
Dim instance As JobServer
Dim value As Boolean

value = instance.ReplaceAlertTokensEnabled

instance.ReplaceAlertTokensEnabled = value
[SfcPropertyAttribute]
public bool ReplaceAlertTokensEnabled { get; set; }
[SfcPropertyAttribute]
public:
property bool ReplaceAlertTokensEnabled {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute>]
member ReplaceAlertTokensEnabled : bool with get, set
function get ReplaceAlertTokensEnabled () : boolean
function set ReplaceAlertTokensEnabled (value : boolean)

Property Value

Type: System.Boolean