  | SerializableEntityLabels 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; set; }Public Property Labels As WbMonolingualTextCollection
	Get
	Set
Dim instance As SerializableEntity
Dim value As WbMonolingualTextCollection
value = instance.Labels
instance.Labels = value
public:
virtual property WbMonolingualTextCollection^ Labels {
	WbMonolingualTextCollection^ get () sealed;
	void set (WbMonolingualTextCollection^ value) sealed;
}abstract Labels : WbMonolingualTextCollection with get, set
override Labels : WbMonolingualTextCollection with get, set
Property Value
WbMonolingualTextCollectionImplements
IEntityLabels
See Also