Class VersionsArrayType
Class for the VersionsArray type described in Appendix E.11.4.1 of NENA-STA-010.3. Also see Section 2.8.3 of NENA-STA-010.3.
Inherited Members
Namespace: Ng911Common
Assembly: Ng911Lib.dll
Syntax
public class VersionsArrayType
Properties
| Edit this page View Sourcefingerprint
The “fingerprint” string is intended to contain a unique string for a particular code set (e.g., a build identifier). Optional.
Declaration
public string fingerprint { get; set; }
Property Value
Type | Description |
---|---|
string |
versions
Contains an array of information for each version supported by the server. Required.
Declaration
public List<VersionItemType> versions { get; set; }
Property Value
Type | Description |
---|---|
List<VersionItemType> |