ValidationProcessOptions.ValidateEntityAsync Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether the entity async should be validated.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public bool ValidateEntityAsync { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property bool ValidateEntityAsync {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ValidateEntityAsync : bool with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property ValidateEntityAsync As Boolean

Property Value

Type: System.Boolean

true if the entity async should be validated; otherwise, false.

See Also

ValidationProcessOptions Class
Microsoft.MasterDataServices Namespace

Return to top