List of "words" for this form type.

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

Syntax

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

See Also