Class alertInfoEventCode
Class for any system-specific code for event typing
Inherited Members
Namespace: CommonAlertingProtocol
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class alertInfoEventCode
Properties
| Edit this page View Sourcevalue
A string (which may represent a number) denoting the value itself
Declaration
public string value { get; set; }
Property Value
Type | Description |
---|---|
string |
valueName
A user-assigned string designating the domain of the code
Declaration
public string valueName { get; set; }
Property Value
Type | Description |
---|---|
string |