Click or drag to resize

IProfileIsDefault Property

Indicates whether this profile is default.

Namespace:  DotNetBrowser.Profile
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
bool IsDefault { get; }

Property Value

Type: Boolean
true if this profile is default, false otherwise.
See Also