| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
ObjectSee Also