AlertSubscriptionConfiguration.PollingIntervalMinutes Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the polling interval, in minutes, to use when polling for the alert change notifications.

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

Syntax

public int PollingIntervalMinutes { get; set; }
public:
property int PollingIntervalMinutes {
    int get();
    void set(int value);
}
member PollingIntervalMinutes : int with get, set
Public Property PollingIntervalMinutes As Integer

Property Value

Type: System.Int32

Returns Int32 value that is the polling interval, in minutes, to use when polling for the alert change notifications.

See Also

AlertSubscriptionConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top