RemoteDomain.NameSpecification property
When overridden in a derived class, the NameSpecification property returns the domain name or wildcard specification for the remote domain.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property NameSpecification As String
Get
'Usage
Dim instance As RemoteDomain
Dim value As String
value = instance.NameSpecification
public abstract string NameSpecification { get; }
Property value
Type: System.String