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