Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property FlatRateLineNbr As Integer |
| C# |
|---|
| public int FlatRateLineNbr { get; set; } |
| C++ |
|---|
| public property int FlatRateLineNbr sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_FlatRateLineNbr(); /** property */ public void set_FlatRateLineNbr(int value); |
| JScript |
|---|
| public function get FlatRateLineNbr() : int public function set FlatRateLineNbr(value : int); |