  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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