| SnakDataValue Property |
This is preliminary documentation and is subject to change.
Parsed value of datavalue node.
Namespace: WikiClientLibrary.WikibaseAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public Object? DataValue { get; set; }
Public Property DataValue As Object
Get
Set
Dim instance As Snak
Dim value As Object
value = instance.DataValue
instance.DataValue = value
public:
property Object^ DataValue {
Object^ get ();
void set (Object^ value);
}
member DataValue : Object with get, set
Property Value
ObjectRemarks For the cases when
SnakType is not
Value, this property should be
null.
See Also