P4CommandErrorOutput Property
|
Get the error results from the command execution
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic P4ClientErrorList ErrorOutput { get; }
Public ReadOnly Property ErrorOutput As P4ClientErrorList
Get
public:
property P4ClientErrorList^ ErrorOutput {
P4ClientErrorList^ get ();
}
member ErrorOutput : P4ClientErrorList with get
Property Value
Type:
P4ClientErrorList
See Also