Describes fields and comments in a Perforce specification.

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

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