PersonalizationOptions Constructor
Initializes PersonalizationOptions class objects.
Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in Microsoft.Clm.Shared.dll)
Usage
'Usage
Dim enabled As Boolean
Dim profile As String
Dim instance As New PersonalizationOptions(enabled, profile)
Syntax
'Declaration
Public Sub New ( _
enabled As Boolean, _
profile As String _
)
public PersonalizationOptions (
bool enabled,
string profile
)
public:
PersonalizationOptions (
bool enabled,
String^ profile
)
public PersonalizationOptions (
boolean enabled,
String profile
)
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
Reference
PersonalizationOptions Class
PersonalizationOptions Members
Microsoft.Clm.Shared.ProfileTemplates Namespace