NotificationSubscription.Enabled Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets a value that indicates whether the notification subscription is enabled. A disabled notification subscription does not deliver notifications.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public bool Enabled { get; set; }
public:
property bool Enabled {
    bool get();
    void set(bool value);
}
member Enabled : bool with get, set
Public Property Enabled As Boolean

Property Value

Type: System.Boolean

Returns a Boolean that is true if the subscription is enabled and false otherwise..

See Also

NotificationSubscription Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top