Click or drag to resize
CDCCallCompletedEventArgsEntities Property
Gets or sets Entities from the result.

Namespace:  Intuit.Ipp.Core
Assembly:  Intuit.Ipp.Core (in Intuit.Ipp.Core.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public Dictionary<string, List<IEntity>> Entities { get; set; }

Property Value

Type: DictionaryString, ListIEntity
See Also