Share via


SmtpNotificationEndpoint.PrimaryServerSwitchBackIntervalSeconds 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 attempt delivery to the primary SMTP server before switching to a secondary server.

Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim instance As SmtpNotificationEndpoint
Dim value As Nullable(Of Integer)

value = instance.PrimaryServerSwitchBackIntervalSeconds

instance.PrimaryServerSwitchBackIntervalSeconds = value

Syntax

'Declaration
Public Property PrimaryServerSwitchBackIntervalSeconds As Nullable(Of Integer)
public Nullable<int> PrimaryServerSwitchBackIntervalSeconds { get; set; }
public:
property Nullable<int> PrimaryServerSwitchBackIntervalSeconds {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
/** @property */
public Nullable<int> get_PrimaryServerSwitchBackIntervalSeconds ()

/** @property */
public void set_PrimaryServerSwitchBackIntervalSeconds (Nullable<int> value)
public function get PrimaryServerSwitchBackIntervalSeconds () : Nullable<int>

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

Property Value

Returns a Int32 value that defines the number of seconds to attempt delivery to the primary SMTP server before switching to a secondary server. A null value indicates that notifications do not switch to a secondary server.

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

SmtpNotificationEndpoint Class
SmtpNotificationEndpoint Members
Microsoft.EnterpriseManagement.Administration Namespace
SecondaryServers