Class ServiceType
Contains service identity data.
Inherited Members
Namespace: I3SubNot
Assembly: Ng911Lib.dll
Syntax
public class ServiceType
Properties
| Edit this page View Sourcedomain
Service Identifier. Required.
Declaration
public string domain { get; set; }
Property Value
Type | Description |
---|---|
string |
name
Name of the service. Required Must be one of the values from the serviceNames registry. See Section 10.11 of NENA-STA-010.3. Allowable values: ADR, Bridge, ECRF, ESRP, GCS, IMR, Logging, LVF, MCS, MDS, PolicyStore, PSAP, SAL.
Declaration
public string name { get; set; }
Property Value
Type | Description |
---|---|
string |