| RecordIdTypeSeparator Property |
Linkar Framework for .NET and Core
The separator between the prefix and the code. The allowed separators list is: ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
Namespace: Linkar.FunctionsAssembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax public string Separator { get; }
Public ReadOnly Property Separator As String
Get
public:
property String^ Separator {
String^ get ();
}
member Separator : string with get
Property Value
StringSee Also