 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic 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
Type
See Also