SetCurrent Method

Top  Previous  Next

Sets the current profile.

 

VB.NET Syntax

 

Profiles.SetCurrent (SubKey As String, Profile As String)

 

C# Syntax

 

Profiles.SetCurrent (string SubKey, string Profile);

 

 

Remarks

 

This method is generally used to set the default profile name to be loaded the next time the application starts.