ResourceCandidate.IsDefault Property

Definition

Indicates whether this ResourceCandidate can be used as a default fallback value for any context.

public:
 property bool IsDefault { bool get(); };
bool IsDefault();
public bool IsDefault { get; }
var boolean = resourceCandidate.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