RoutePolicy.HostNameType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if the HostName is a suffix or a fully qualified domain name reference. Possible values are defined by DomainNameType.
public:
property DomainNameType HostNameType { DomainNameType get(); };
DomainNameType HostNameType();
public DomainNameType HostNameType { get; }
var domainNameType = routePolicy.hostNameType;
Public ReadOnly Property HostNameType As DomainNameType
Property Value
The domain type of the HostName object.