P4ServerCharacterSet Property
|
The character set used by the connection
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.1.277.3624
Syntaxpublic string CharacterSet { get; set; }
Public Property CharacterSet As String
Get
Set
public:
property String^ CharacterSet {
String^ get ();
void set (String^ value);
}
member CharacterSet : string with get, set
Property Value
Type:
String
Remarks
The character set used to connect to Unicode servers is set by the
bridge dll automatically (possibly overridden by P4CHARSET) based
on the current Windows code page.
See Also