Click or drag to resize

BuiltInDataTypesGet Method

This is preliminary documentation and is subject to change.

Tries to get a property type by its name.

Namespace: WikiClientLibrary.Wikibase.DataTypes
Assembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public static WikibaseDataType? Get(
	string typeName
)

Parameters

typeName  String
Internal name of the desired property type.

Return Value

WikibaseDataType
The matching type, or null if cannot find one.
Exceptions
ExceptionCondition
ArgumentNullExceptiontypeName is null.
See Also