Get an individual status message definition by its unique name.

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 StatusMessageDetails this[
	string name
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	name As String _
) As StatusMessageDetails
	Get

Parameters

name
Type: System..::..String
The status message to get.

Field Value

The status message details.

Remarks

If the status message is not defined, a StatusMessageDetails is still returned, with IsValid set to falseFalsefalsefalse (False in Visual Basic). The IconFileName will be set to "invalid.ico". If this icon file exists, Icon will return it, otherwise a default invalid icon will be returned.

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionIf a watch is not in progress.

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