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)

Collapse imageSyntax

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

Field Value

The host display string.

Collapse imageRemarks

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

Collapse imageVersion Information

Supported for IC Server version 2016 R2 and beyond.

Collapse imageSee Also