 | LanguageLinksPropertyProviderLanguageLinkProperties Property |
This is preliminary documentation and is subject to change.
Specify the additional language link properties to retrieve.
Namespace: WikiClientLibrary.Pages.Queries.PropertiesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic LanguageLinkProperties LanguageLinkProperties { get; set; }
Public Property LanguageLinkProperties As LanguageLinkProperties
Get
Set
Dim instance As LanguageLinksPropertyProvider
Dim value As LanguageLinkProperties
value = instance.LanguageLinkProperties
instance.LanguageLinkProperties = value
public:
property LanguageLinkProperties LanguageLinkProperties {
LanguageLinkProperties get ();
void set (LanguageLinkProperties value);
}
member LanguageLinkProperties : LanguageLinkProperties with get, set
Property Value
LanguageLinkProperties
See Also