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

Describes fields and comments in a Perforce specification.

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

Syntax

C#
public class FormBase : Dictionary<string, Object>
Visual Basic
Public Class FormBase _
	Inherits Dictionary(Of String, Object)
Visual C++
public ref class FormBase : public Dictionary<String^, Object^>

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..Dictionary<(Of <(<'String, Object>)>)>
    Perforce.P4..::..FormBase
      Perforce.P4..::..Job

See Also