Gets or sets the switchback interval on the primary device. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As SmsNotificationEndpoint
Dim value As Nullable(Of Integer)

value = instance.PrimaryDeviceSwitchBackIntervalSeconds

instance.PrimaryDeviceSwitchBackIntervalSeconds = value

Syntax

Visual Basic
Public Property PrimaryDeviceSwitchBackIntervalSeconds As Nullable(Of Integer)
C#
public Nullable<int> PrimaryDeviceSwitchBackIntervalSeconds { get; set; }
C++
public:
property Nullable<int> PrimaryDeviceSwitchBackIntervalSeconds {
		Nullable<int> get ();
		void set (Nullable<int> value);
}
J#
/** @property */
public Nullable<int> get_PrimaryDeviceSwitchBackIntervalSeconds ()

/** @property */
public void set_PrimaryDeviceSwitchBackIntervalSeconds (Nullable<int> value)
JScript
public function get PrimaryDeviceSwitchBackIntervalSeconds () : Nullable<int>

public function set PrimaryDeviceSwitchBackIntervalSeconds (value : Nullable<int>)

Property Value

Returns an integer value that is the switchback interval on the primary device.

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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also