EntityProperty.IsRequired プロパティ

 

このエンティティのプロパティが必須かどうかを示す値を取得します。

名前空間:   Microsoft.Activities.Design.Services
アセンブリ:  Microsoft.Activities.Design.Services (Microsoft.Activities.Design.Services.dll 内)

構文

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

プロパティ値

Type: System.Boolean

エンティティのプロパティが必須の場合は true、それ以外の場合は false

参照

EntityProperty クラス
Microsoft.Activities.Design.Services 名前空間

トップに戻る