KsiServiceAsyncResultHasError Property
|
Returns true if error is thrown
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic bool HasError { get; }
Public ReadOnly Property HasError As Boolean
Get
public:
property bool HasError {
bool get ();
}
member HasError : bool with get
Property Value
Type:
Boolean
See Also