Message text


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

Syntax

Visual Basic (Declaration)
Public Property Text As String
C#
public string Text { get; set; }
C++
public property string Text sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_Text();

/** property */
public void set_Text(string value);
JScript
public function get Text() : String

public function set Text(value : String);

Property Value

The body of the SMS Message

Exceptions

Exception TypeCondition
ApiArgumentExceptionThrown if invalid characters are in the text.

See Also