Open this page in the API Guide

BatchOperationResult<TFailureReason>.Details Property

Gets the result of the operation by object ID.

Namespace:  Dundas.BI.Utility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public IReadOnlyDictionary<Guid, TFailureReason> Details { get; }

Property Value

Type: IReadOnlyDictionary<Guid, TFailureReason>
See Also