Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Gets or sets the type of criteria that this configuration applies to. The default is Any.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public AlertSubscriptionConfigurationType ConfigurationType { get; set; }
public:
property AlertSubscriptionConfigurationType ConfigurationType {
AlertSubscriptionConfigurationType get();
void set(AlertSubscriptionConfigurationType value);
}
member ConfigurationType : AlertSubscriptionConfigurationType with get, set
Public Property ConfigurationType As AlertSubscriptionConfigurationType
Property Value
Type: Microsoft.EnterpriseManagement.Administration.AlertSubscriptionConfigurationType
Returns a value from the AlertSubscriptionConfigurationType enumeration.
See Also
AlertSubscriptionConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top