 | EntityEditEntryValue Property |
This is preliminary documentation and is subject to change.
The new item, updated existing item, or for the deletion,
the item that has enough information to determine the item to remove.
Namespace: WikiClientLibrary.WikibaseAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic Object? Value { get; set; }Public Property Value As Object
Get
Set
Dim instance As EntityEditEntry
Dim value As Object
value = instance.Value
instance.Value = value
public:
property Object^ Value {
Object^ get ();
void set (Object^ value);
}member Value : Object with get, set
Property Value
Object
See Also