| RecordIdTypeInitializeProperties Method (String, 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,
string formatSpec
)
Public Sub InitializeProperties (
prefix As String,
separator As String,
formatSpec As String
)
public:
void InitializeProperties(
String^ prefix,
String^ separator,
String^ formatSpec
)
member InitializeProperties :
prefix : string *
separator : string *
formatSpec : string -> unit
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: ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
- formatSpec
- Type: SystemString
The code format, under the Database syntax.
See Also