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