PropertyData.Required 屬性

定義

取得或設定屬性的必要值。

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

屬性值

Boolean

如果屬性值為必要項,則為 true,否則為 false。

適用於