 | WikibaseDataTypeValueTypeName Property |
This is preliminary documentation and is subject to change.
The value type name.
Namespace: WikiClientLibrary.Wikibase.DataTypesAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic abstract string ValueTypeName { get; }
Public MustOverride ReadOnly Property ValueTypeName As String
Get
Dim instance As WikibaseDataType
Dim value As String
value = instance.ValueTypeName
public:
virtual property String^ ValueTypeName {
String^ get () abstract;
}
abstract ValueTypeName : string with get
Property Value
String
See Also