Share via


ProductManager.PreferenceSettings Property

Definition

Gets the preferences for the current ProductManager instance.

public:
 property Microsoft::Web::PlatformInstaller::PreferenceSettings ^ PreferenceSettings { Microsoft::Web::PlatformInstaller::PreferenceSettings ^ get(); };
public Microsoft.Web.PlatformInstaller.PreferenceSettings PreferenceSettings { get; }
member this.PreferenceSettings : Microsoft.Web.PlatformInstaller.PreferenceSettings
Public ReadOnly Property PreferenceSettings As PreferenceSettings

Property Value

A PreferenceSettings instance.

Applies to

See also