ProvideComponentDiagnosticsAttribute.IsDefaultView 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.
Indicates whether the provider uses the default, general purpose view. If false, the provider specifies its own custom view.
public:
property bool IsDefaultView { bool get(); };
public:
property bool IsDefaultView { bool get(); };
public bool IsDefaultView { get; }
member this.IsDefaultView : bool
Public ReadOnly Property IsDefaultView As Boolean