HostName.Type Property

Definition

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.

Applies to

See also