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