ResourceQualifier.IsDefault Property

Definition

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.

Applies to