| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
IEntityLabelsSee Also