SmsNotificationEndpoint.PrimaryDeviceSwitchBackIntervalSeconds Property

Updated: April 16, 2012

Gets or sets the switchback interval on the primary 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.PrimaryDeviceSwitchBackIntervalSeconds instance.PrimaryDeviceSwitchBackIntervalSeconds = valuePublic Property PrimaryDeviceSwitchBackIntervalSeconds As Nullable(Of Integer)public Nullable<int> PrimaryDeviceSwitchBackIntervalSeconds { get; set; }public: property Nullable<int> PrimaryDeviceSwitchBackIntervalSeconds { Nullable<int> get (); void set (Nullable<int> value); }/** @property */ public Nullable<int> get_PrimaryDeviceSwitchBackIntervalSeconds () /** @property */ public void set_PrimaryDeviceSwitchBackIntervalSeconds (Nullable<int> value) public function get PrimaryDeviceSwitchBackIntervalSeconds () : Nullable<int> public function set PrimaryDeviceSwitchBackIntervalSeconds (value : Nullable<int>) Property ValueReturns Int32value that is the switchback interval on the primary device.
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