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)
Public ReadOnly Property Keyword As String
C#
public string Keyword { get; }
C++
public property string Keyword sealed  {
    String get();
}
J#
/** property */
public string get_Keyword();
JScript
public function get Keyword() : String

See Also