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

List of all SpecField objects for all fields defined for this Form type.

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

Syntax

C#
public List<SpecField> Fields { get; set; }
Visual Basic
Public Property Fields As List(Of SpecField)
	Get
	Set
Visual C++
public:
property List<SpecField^>^ Fields {
	List<SpecField^>^ get ();
	void set (List<SpecField^>^ value);
}

See Also