The character set used by the connection

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2016.1.140.7015 (2016.1.140.7015)

Syntax

C#
public string CharacterSet { get; }
Visual Basic
Public ReadOnly Property CharacterSet As String
	Get
Visual C++
public:
property String^ CharacterSet {
	String^ get ();
}

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