Class nameID
Data class for storing the name and Address of Record (AOR) for a participant.
Inherited Members
Namespace: SipRecMetaData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class nameID
Fields
| Edit this page View Sourceaor
Contains the AOR URI.
Declaration
public string aor
Field Value
| Type | Description |
|---|---|
| string |
Properties
| Edit this page View Sourcename
Contains the name and language.
Declaration
public name name { get; set; }
Property Value
| Type | Description |
|---|---|
| name |