Gets the path to an icon file used to display for this status.

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

Syntax

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

Field Value

The name of the icon file.

Remarks

Note
The IC server only provides the file name on the server of the status message icons. In order to access these icons, they must be installed in the "Resources" subdirectory of the directory where your application executable resides. If the appropriate icon cannot be found, the icon will be substituted with the stock "Available" icon, unless the status is a "Do Not Disturb" status in which case the stock "Do Not Disturb" icon will be used.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also