Get a given keyword that is allocated to the inbound number


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
<XmlIgnoreAttribute>
Public ReadOnly Property Keyword As String
C#
[XmlIgnoreAttribute]
public string Keyword { get; }
C++
[XmlIgnoreAttribute]
public property string Keyword sealed  {
    String get();
}
J#
/** @attribute XmlIgnoreAttribute() */
/** property */
public string get_Keyword();
JScript
public function get Keyword() : String

See Also