SkillFeatureMapDescriptor.IsRequired Property

Definition

Whether or not this feature is required to be bound in an ISkillBinding to proceed to evaluation with the related ISkill.

public:
 property bool IsRequired { bool get(); };
public bool IsRequired { get; }
member this.IsRequired : bool
Public ReadOnly Property IsRequired As Boolean

Property Value

Boolean

True if this feature is required to be bound in an ISkillBinding to proceed to evaluation with the related ISkill.

Implements

Applies to