Name of the rule
Namespace: Dynmark.Services.API.Rules
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Name As String |
| C# |
|---|
| public string Name { get; set; } |
| C++ |
|---|
| public property string Name sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_Name(); /** property */ public void set_Name(string value); |
| JScript |
|---|
| public function get Name() : String public function set Name(value : String); |