Gets the host display string.

Note: This property is supported for IC Server version 2016 R2 and beyond.

Namespace: ININ.IceLib.Connection
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public string HostDisplayString { get; }
Visual Basic
Public ReadOnly Property HostDisplayString As String
	Get

Field Value

The host display string.

Remarks

This value can be used as a display value for the Host, and will include the Port value, if set.

Version Information

Supported for IC Server version 2016 R2 and beyond.

See Also