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