[This is preliminary documentation and is subject to change.]
The raw data returned from the server
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
Syntax
C# |
---|
public TaggedObject ItemData { get; } |
Visual Basic |
---|
Public ReadOnly Property ItemData As TaggedObject Get |
Visual C++ |
---|
public: property TaggedObject^ ItemData { TaggedObject^ get (); } |