Set the client folder id reference
Namespace: Dynmark.Services.API.Rules.Client
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property FolderID As String |
| C# |
|---|
| public string FolderID { get; set; } |
| C++ |
|---|
| public property string FolderID sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_FolderID(); /** property */ public void set_FolderID(string value); |
| JScript |
|---|
| public function get FolderID() : String public function set FolderID(value : String); |