SmsNotificationEndpoint.DeviceEnumerationIntervalSeconds Property

Updated: April 16, 2012

The number of seconds to wait between send attempts when sending notifications to each available SMS device. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As SmsNotificationEndpoint Dim value As Nullable(Of Integer) value = instance.DeviceEnumerationIntervalSeconds instance.DeviceEnumerationIntervalSeconds = valuePublic Property DeviceEnumerationIntervalSeconds As Nullable(Of Integer)public Nullable<int> DeviceEnumerationIntervalSeconds { get; set; }public: property Nullable<int> DeviceEnumerationIntervalSeconds { Nullable<int> get (); void set (Nullable<int> value); }/** @property */ public Nullable<int> get_DeviceEnumerationIntervalSeconds () /** @property */ public void set_DeviceEnumerationIntervalSeconds (Nullable<int> value) public function get DeviceEnumerationIntervalSeconds () : Nullable<int> public function set DeviceEnumerationIntervalSeconds (value : Nullable<int>) Property ValueReturns aInt32 value that defines the number of seconds to wait between send attempts. A null value indicates that SMS notifications are sent only to the primary SMS device..

If this value is defined, the PrimaryDevice and SecondaryDevices property values are ignored. Notifications are sent to all available SMS devices.


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