SmsNotificationEndpoint.PrimaryDeviceSwitchBackIntervalSeconds Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the switchback interval on the primary 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.PrimaryDeviceSwitchBackIntervalSeconds
instance.PrimaryDeviceSwitchBackIntervalSeconds = value
Syntax
'Declaration
Public 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 Value
Returns Int32value 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 Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
SmsNotificationEndpoint Class
SmsNotificationEndpoint Members
Microsoft.EnterpriseManagement.Administration Namespace