SmsNotificationEndpoint.PrimaryDeviceSwitchBackIntervalSeconds Property
Applies To: Operations Manager for System Center 2012
Gets or sets the switchback interval on the primary device.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public Nullable<int> PrimaryDeviceSwitchBackIntervalSeconds { get; set; }
public:
property Nullable<int> PrimaryDeviceSwitchBackIntervalSeconds {
Nullable<int> get();
void set(Nullable<int> value);
}
member PrimaryDeviceSwitchBackIntervalSeconds : Nullable<int> with get, set
Public Property PrimaryDeviceSwitchBackIntervalSeconds As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
Returns Int32value that is the switchback interval on the primary device.
See Also
SmsNotificationEndpoint Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top