Related Property CollectionFind First By Type Method
This method can be used to find the first entry that has one of the specified related types
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
The entry with a related type matching one of those specified or null if not found
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public RelatedProperty? FindFirstByType(
RelatedTypes relatedTypes
)VB
Public Function FindFirstByType (
relatedTypes As RelatedTypes
) As RelatedPropertyC++
public:
RelatedProperty^ FindFirstByType(
RelatedTypes relatedTypes
)F#
member FindFirstByType :
relatedTypes : RelatedTypes -> RelatedProperty Parameters
- relatedTypes RelatedTypes
- The phone type to match
Return Value
RelatedPropertyThe entry with a related type matching one of those specified or null if not found
Remarks
Multiple related types can be specified. If no entry can be found, it returns null.