HybridConfiguration.OnPremisesSmartHost Property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property OnPremisesSmartHost As SmtpDomain
    Get
    Set
'Usage
Dim instance As HybridConfiguration
Dim value As SmtpDomain

value = instance.OnPremisesSmartHost

instance.OnPremisesSmartHost = value
public SmtpDomain OnPremisesSmartHost { get; set; }

Property Value

Type: Microsoft.Exchange.Data.SmtpDomain