次の方法で共有


ValidationProcessOptions.ValidateEntityAsync プロパティ

エンティティの非同期を有効にする必要があるかどうかを示す値を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataMemberAttribute(EmitDefaultValue := False, IsRequired := False)> _
Public Property ValidateEntityAsync As Boolean 
    Get 
    Set
'使用
Dim instance As ValidationProcessOptions 
Dim value As Boolean 

value = instance.ValidateEntityAsync

instance.ValidateEntityAsync = value
[DataMemberAttribute(EmitDefaultValue = false, IsRequired = false)]
public bool ValidateEntityAsync { get; set; }
[DataMemberAttribute(EmitDefaultValue = false, IsRequired = false)]
public:
property bool ValidateEntityAsync {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false, IsRequired = false)>]
member ValidateEntityAsync : bool with get, set
function get ValidateEntityAsync () : boolean 
function set ValidateEntityAsync (value : boolean)

プロパティ値

型: System.Boolean
エンティティの非同期を有効にする必要がある場合は true、それ以外の場合は false。

関連項目

参照

ValidationProcessOptions クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間