ConditionBaseAttribute.IsConditionMet 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 a value indicating whether the condition is met. The implementation of this property shouldn't read the Mode property.
public abstract bool IsConditionMet { get; }member this.IsConditionMet : boolPublic MustOverride ReadOnly Property IsConditionMet As Boolean