 | SerializableEntityDataType Property |
This is preliminary documentation and is subject to change.
For property entity, gets the data type of the property.
Namespace: WikiClientLibrary.WikibaseAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic WikibaseDataType? DataType { get; set; }Public Property DataType As WikibaseDataType
Get
Set
Dim instance As SerializableEntity
Dim value As WikibaseDataType
value = instance.DataType
instance.DataType = value
public:
virtual property WikibaseDataType^ DataType {
WikibaseDataType^ get () sealed;
void set (WikibaseDataType^ value) sealed;
}abstract DataType : WikibaseDataType with get, set
override DataType : WikibaseDataType with get, set
Property Value
WikibaseDataTypethe data type of the value when this property is used in a
Snak, or
null if not applicable.
Implements
IEntityDataType
See Also