Class name
Data class for representing a participants name and his/her language.
Inherited Members
Namespace: SipRecMetaData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class name
Properties
| Edit this page View SourceValue
Contains the name.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |
lang
Specifies the language.
Declaration
public string lang { get; set; }
Property Value
Type | Description |
---|---|
string |