LanguagePreferences.Site Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This property is not public for a reason. If it were public it would
get called during LoadSettingsFromStorage which will break it.
Instead use GetSite().
protected:
property IServiceProvider ^ Site { IServiceProvider ^ get(); void set(IServiceProvider ^ value); };
protected IServiceProvider Site { get; set; }
member this.Site : IServiceProvider with get, set
Protected Property Site As IServiceProvider
Property Value
An IServiceProvider object or null
if the service provider was not set.
Remarks
The value returned is the same value passed to the LanguagePreferences constructor. This property is typically not set outside the LanguagePreferences class itself.