 | EntityLabels Property |
This is preliminary documentation and is subject to change.
Gets the labels (aka. names) of the entity.
Namespace: WikiClientLibrary.WikibaseAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic WbMonolingualTextCollection Labels { get; }Public ReadOnly Property Labels As WbMonolingualTextCollection
Get
Dim instance As Entity
Dim value As WbMonolingualTextCollection
value = instance.Labels
public:
virtual property WbMonolingualTextCollection^ Labels {
WbMonolingualTextCollection^ get () sealed;
}abstract Labels : WbMonolingualTextCollection with get
override Labels : WbMonolingualTextCollection with get
Property Value
WbMonolingualTextCollectionImplements
IEntityLabels
See Also