The character set used by the connection

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

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