 | WbQuantityHasError Property |
This is preliminary documentation and is subject to change.
Determines whether the
Amount has error.
Namespace: WikiClientLibrary.Wikibase.DataTypesAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic bool HasError { get; }Public ReadOnly Property HasError As Boolean
Get
Dim instance As WbQuantity
Dim value As Boolean
value = instance.HasError
public:
property bool HasError {
bool get ();
}member HasError : bool with get
Property Value
Boolean
See Also