P4CommandResultBinaryOutput Property
|
The binary output of the command
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic byte[] BinaryOutput { get; }
Public ReadOnly Property BinaryOutput As Byte()
Get
public:
property array<unsigned char>^ BinaryOutput {
array<unsigned char>^ get ();
}
member BinaryOutput : byte[] with get
Property Value
Type:
Byte
See Also