RelatedPropertyCollectionFindFirstByType Method
This method can be used to find the first entry that has one of the specified related types
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public RelatedProperty FindFirstByType(
RelatedTypes relatedTypes
)
Public Function FindFirstByType (
relatedTypes As RelatedTypes
) As RelatedProperty
public:
RelatedProperty^ FindFirstByType(
RelatedTypes relatedTypes
)
member FindFirstByType :
relatedTypes : RelatedTypes -> RelatedProperty
- relatedTypes RelatedTypes
- The phone type to match
RelatedPropertyThe entry with a related type matching one of those specified or null if not found
Multiple related types can be specified. If no entry can be found, it returns null.