Class LostMsgBase
Base class used for LoST errors and warnings.
Inherited Members
Namespace: Lost
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class LostMsgBase
Constructors
| Edit this page View SourceLostMsgBase()
Default constructor
Declaration
public LostMsgBase()
Fields
| Edit this page View Sourcelang
Attribute indicating the language of the message
Declaration
public string lang
Field Value
Type | Description |
---|---|
string |
message
Contains the text of the message
Declaration
public string message
Field Value
Type | Description |
---|---|
string |