Click or drag to resize
CDCCallCompletedEventArgsgetEntity Method
Gets the List of entity value with particular key

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 List<IEntity> getEntity(
	string key
)

Parameters

key
Type: SystemString
key.

Return Value

Type: ListIEntity

[Missing <returns> documentation for "M:Intuit.Ipp.Core.CDCCallCompletedEventArgs.getEntity(System.String)"]

See Also