Gets the default icon associated with any invalid or Unavailable 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 static Icon DefaultUnavailableIcon { get; }
Visual Basic
Public Shared ReadOnly Property DefaultUnavailableIcon As Icon
	Get

Field Value

The icon.

Remarks

A status is considered Unavailable if IsDoNotDisturbStatus is trueTruetruetrue (True in Visual Basic). If an instance of StatusMessageDetails is an Unavailable status, and the configured icon cannot be loaded, then Icon will be this icon by default.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 1 and beyond.

See Also