Click or drag to resize

RecoverIdTypeInitializeProperties Method (String, String)

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(
	string prefix,
	string separator
)

Parameters

prefix
Type: SystemString
Adding a prefix to the code.
separator
Type: SystemString
The separator between the prefix and the code. The allowed separators list is: ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
See Also