EntityStagingBatch.ErrorView Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the view that contains detailed error results.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute]
public string ErrorView { get; set; }
public:
[DataMemberAttribute]
property String^ ErrorView {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member ErrorView : string with get, set
<DataMemberAttribute>
Public Property ErrorView As String

Property Value

Type: System.String

The view that contains detailed error results.

See Also

EntityStagingBatch Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top