SmsNotificationEndpoint.DeviceEnumerationIntervalSeconds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.