Initializes PersonalizationOptions class objects.
Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim enabled As Boolean
Dim profile As String

Dim instance As New PersonalizationOptions(enabled, profile)

Syntax

Visual Basic
Public Sub New ( _
		enabled As Boolean, _
		profile As String _
)
C#
public PersonalizationOptions (
		bool enabled,
		string profile
)
C++
public:
PersonalizationOptions (
		bool enabled, 
		String^ profile
)
J#
public PersonalizationOptions (
		boolean enabled, 
		String profile
)
JScript
public function PersonalizationOptions (
		enabled : boolean, 
		profile : String
)

Parameters

enabled

true to specify that personalization is enabled; otherwise, false.

profile

A String object that contains the name of the file that references the personalization profile.

Platforms

Development Platforms

Windows 2008 x64 Edition

Target Platforms

Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2

See Also