PropertyData.Required Property

Definition

Gets or sets the required value for the property.

public:
 property bool Required { bool get(); void set(bool value); };
public bool Required { get; set; }
member this.Required : bool with get, set
Public Property Required As Boolean

Property Value

true if the property value is required; otherwise, false.

Applies to