P4CommandTextOutput Property
|
Get the text output from the command execution
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic string TextOutput { get; }
Public ReadOnly Property TextOutput As String
Get
public:
property String^ TextOutput {
String^ get ();
}
member TextOutput : string with get
Property Value
Type:
String
See Also