P4CommandResultTaggedOutput Property
|
The tagged output of the command
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic TaggedObjectList TaggedOutput { get; }
Public ReadOnly Property TaggedOutput As TaggedObjectList
Get
public:
property TaggedObjectList^ TaggedOutput {
TaggedObjectList^ get ();
}
member TaggedOutput : TaggedObjectList with get
Property Value
Type:
TaggedObjectList
See Also