AcceptedDomain.NameSpecification property
When overridden in a derived class, the NameSpecification property gets a value that contains the domain name or wildcard specification for the domain represented by the instance of the class derived from the AcceptedDomain class.
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 AcceptedDomain
Dim value As String
value = instance.NameSpecification
public abstract string NameSpecification { get; }
Property value
Type: System.String