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