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