Read the fields from the tagged output of an info command

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

Syntax

C#
public void FromGetServerMetaDataCmdTaggedOutput(
	TaggedObject objectInfo
)
Visual Basic
Public Sub FromGetServerMetaDataCmdTaggedOutput ( _
	objectInfo As TaggedObject _
)
Visual C++
public:
void FromGetServerMetaDataCmdTaggedOutput(
	TaggedObject^ objectInfo
)

Parameters

objectInfo
Type: Perforce.P4..::..TaggedObject
Tagged output from the 'info' command

See Also