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