 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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