ConfigurationAttributeSchema.IsRequired Property

Definition

Gets a value indicating whether a value must be defined for an attribute.

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

Property Value

true if an element must define a value for this attribute; otherwise, false.

Applies to