P4CommandResultSuccess Property
|
Did the command not return any errors?
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic bool Success { get; }
Public ReadOnly Property Success As Boolean
Get
public:
property bool Success {
bool get ();
}
member Success : bool with get
Property Value
Type:
Boolean
See Also