OperationResultSuccess Property |
Whether the request was successful or not
Returns true if Errors is empty
Namespace: Rally.RestApi.ResponseAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
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