Share via


SmsNotificationEndpoint.DeviceEnumerationIntervalSeconds Property

Definition

The device enumeration interval, in seconds. If this is set, all available devices will be used and primary and secondary device lists are ignored.

public:
 property Nullable<int> DeviceEnumerationIntervalSeconds { Nullable<int> get(); void set(Nullable<int> value); };
public int? DeviceEnumerationIntervalSeconds { get; set; }
member this.DeviceEnumerationIntervalSeconds : Nullable<int> with get, set
Public Property DeviceEnumerationIntervalSeconds As Nullable(Of Integer)

Property Value

Returns 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..

Remarks

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

Applies to