HybridConfiguration.Domains Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property Domains As MultiValuedProperty(Of SmtpDomain)
Get
Set
'Usage
Dim instance As HybridConfiguration
Dim value As MultiValuedProperty(Of SmtpDomain)
value = instance.Domains
instance.Domains = value
public MultiValuedProperty<SmtpDomain> Domains { get; set; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<SmtpDomain>