Get/Set the value of the merge field
Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Value As String |
| C# |
|---|
| public string Value { get; set; } |
| C++ |
|---|
| public property string Value sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_Value(); /** property */ public void set_Value(string value); |
| JScript |
|---|
| public function get Value() : String public function set Value(value : String); |