ProvideProfileAttribute.IsToolsOptionPage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether this is also a Tools Options page.
public:
property bool IsToolsOptionPage { bool get(); };
public:
property bool IsToolsOptionPage { bool get(); };
public bool IsToolsOptionPage { get; }
member this.IsToolsOptionPage : bool
Public ReadOnly Property IsToolsOptionPage As Boolean
Property Value
true
if this is also a Tools Options page, otherwise false
.