SmsNotificationEndpoint.DeviceEnumerationIntervalSeconds Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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)
Usage
'Usage
Dim instance As SmsNotificationEndpoint
Dim value As Nullable(Of Integer)
value = instance.DeviceEnumerationIntervalSeconds
instance.DeviceEnumerationIntervalSeconds = value
Syntax
'Declaration
Public 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 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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
SmsNotificationEndpoint Class
SmsNotificationEndpoint Members
Microsoft.EnterpriseManagement.Administration Namespace