[This is preliminary documentation and is subject to change.]

The character set used by the connection

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

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