The P4Form type exposes the following properties.

Properties

  NameDescription
ArrayFields
Gets the ArrayFieldDictionary returned from the Perforce command.
(Inherited from P4Record.)
Fields
Gets the FieldDictionary returned from the Perforce command.
(Inherited from P4Record.)
FormCommand
Gets the form command.
Item
Returns the value of of the Field by key. This is the same as Fields[key].
(Inherited from P4Record.)
PermittedFields
Gets a StringCollection containing the names of all the allowable fields in the form.
SpecDef
The underlying C++ API 'specdef' defining the form.

See Also