Describes fields and comments in a Perforce specification.

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

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