PersonalizationProvider Constructor

Definition

Initializes a new instance of the PersonalizationProvider class.

protected:
 PersonalizationProvider();
protected PersonalizationProvider ();
Protected Sub New ()

Remarks

Because this is a constructor for an abstract class, you must override this method to create an instance of a class that inherits from this class.

Applies to