| WikibaseDataTypeMappedType Property |
This is preliminary documentation and is subject to change.
The mapped CLR type for the data type.
Namespace: WikiClientLibrary.Wikibase.DataTypesAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public virtual Type MappedType { get; }
Public Overridable ReadOnly Property MappedType As Type
Get
Dim instance As WikibaseDataType
Dim value As Type
value = instance.MappedType
public:
virtual property Type^ MappedType {
Type^ get ();
}
abstract MappedType : Type with get
override MappedType : Type with get
Property Value
TypeSee Also