ResourceQualifier.IsDefault 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 this qualifier should be considered as a default match when no match is found.
public:
property bool IsDefault { bool get(); };
bool IsDefault();
public bool IsDefault { get; }
var boolean = resourceQualifier.isDefault;
Public ReadOnly Property IsDefault As Boolean
Property Value
Boolean
bool
true
if this candidate can be used as a default fallback value for any context; otherwise, false
.