RelatedPropertyCollectionFindFirstByType 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: 2023.1.2.0
public RelatedProperty FindFirstByType(
	RelatedTypes relatedTypes
)

Parameters

relatedTypes  RelatedTypes
The phone type to match

Return Value

RelatedProperty
The 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.

See Also