success Property (WebResponseParamsBase)
Gets or sets a value indicating whether the request was completed successfully.
'Declaration
Public Property success As Boolean
public bool success { get; set; }
public: __property bool get_success();
public: __property void set_success(
bool
);
public:
property bool success {
bool get();
void set(bool );
}
Property Value
True - request was completed successfully;
false - request was NOT completed successfully, string that describes an error can be get using the
errorMessage property.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5