 | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic 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
Object
RemarksFor the cases when
SnakType is not
Value, this property should be
null.
See Also