Class alertInfoParameter
Class for providing any system-specific data.
Inherited Members
Namespace: CommonAlertingProtocol
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class alertInfoParameter
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 |