Click or drag to resize

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
)

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