AlertSubscriptionConfiguration.PollingIntervalMinutes Property

Updated: April 16, 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)Dim instance As AlertSubscriptionConfiguration Dim value As Integer value = instance.PollingIntervalMinutes instance.PollingIntervalMinutes = valuePublic Property PollingIntervalMinutes As Integerpublic int PollingIntervalMinutes { get; set; }public: property int PollingIntervalMinutes { int get (); void set (int value); }/** @property */ public int get_PollingIntervalMinutes () /** @property */ public void set_PollingIntervalMinutes (int value) public function get PollingIntervalMinutes () : int public function set PollingIntervalMinutes (value : int) Property ValueReturns Int32 value that is the polling interval, in minutes, to use when polling for the alert change notifications.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms