| RecordIdTypeInitializeProperties Method (Boolean, Int32) |
Initializes the properties of the object. To use after building the object with the constructor without arguments.
Namespace:
LinkarCommon
Assembly:
LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax public void InitializeProperties(
bool numeric,
int length
)
Public Sub InitializeProperties (
numeric As Boolean,
length As Integer
)
public:
void InitializeProperties(
bool numeric,
int length
)
member InitializeProperties :
numeric : bool *
length : int -> unit
Parameters
- numeric
- Type: SystemBoolean
Indicates if the code must be numeric.
- length
- Type: SystemInt32
Length of the code to create. It must be bigger than 0.
See Also