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

The tagged output of a command.

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

Syntax

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

Inheritance Hierarchy

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

See Also