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

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

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

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