Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Territory As String |
| C# |
|---|
| public string Territory { get; set; } |
| C++ |
|---|
| public property string Territory sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_Territory(); /** property */ public void set_Territory(string value); |
| JScript |
|---|
| public function get Territory() : String public function set Territory(value : String); |