Property to access Description of Client

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

Syntax

C#
public string Description { get; set; }
Visual Basic
Public Property Description As String
	Get
	Set
Visual C++
public:
property String^ Description {
	String^ get ();
	void set (String^ value);
}

See Also