HostName.Type 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.
Gets the HostNameType of the HostName object.
public:
property HostNameType Type { HostNameType get(); };
HostNameType Type();
public HostNameType Type { get; }
var hostNameType = hostName.type;
Public ReadOnly Property Type As HostNameType
Property Value
The HostNameType of the HostName object.