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