Class DisplayName
Class that contains information about a display name that describes a service.
Inherited Members
Namespace: Lost
Assembly: Ng911Lib.dll
Syntax
public class DisplayName
  Constructors
| Edit this page View SourceDisplayName()
Default constructor.
Declaration
public DisplayName()
  Fields
| Edit this page View Sourcelang
Language attribute.
Declaration
public string lang
  Field Value
| Type | Description | 
|---|---|
| string | 
Properties
| Edit this page View SourceValue
Human readable description of the service.
Declaration
public string Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
id
ID of the service.
Declaration
public string id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |