Base class for objects returned by a command as 'tagged' data.

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

Syntax

C#
public class TaggedInfoItem : TaggedObject
Visual Basic
Public Class TaggedInfoItem _
	Inherits TaggedObject
Visual C++
public ref class TaggedInfoItem : public TaggedObject

Remarks

Contains a Hashtable of the field values for the object. Derived object can provide properties to directly access their standard attributes.

Inheritance Hierarchy

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

See Also