BatchOperationResultTFailureReasonDetails 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 (24.3.0.1000)
Syntax public IReadOnlyDictionary<Guid, TFailureReason> Details { get; }
Public ReadOnly Property Details As IReadOnlyDictionary(Of Guid, TFailureReason)
Get
public:
property IReadOnlyDictionary<Guid, TFailureReason>^ Details {
IReadOnlyDictionary<Guid, TFailureReason>^ get ();
}
member Details : IReadOnlyDictionary<Guid, 'TFailureReason> with get
Property Value
Type:
IReadOnlyDictionaryGuid,
TFailureReasonSee Also