RetrieveWithCurrencyTypeCommandParentEntitySpecifiers Property |
List of entities for which data retrieval with conversion will be executed. This list may contain a mix of different parent entities (for instance, EntityType.Specialty and EntityType.Task). Each parent entity is defined by type and ID.
Namespace: CorrigoService.CommandsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntitySpecifier[] ParentEntitySpecifiers { get; set; }Public Property ParentEntitySpecifiers As EntitySpecifier()
Get
Set
No code example is currently available or this language may not be supported.
Property Value
EntitySpecifier
See Also