Click or drag to resize

CommunicationLinkCollectionFindFirst Method (String)

Finds the first instance of the named link.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax
public ExtensibleObject FindFirst(
	string linkName
)

Parameters

linkName
Type: SystemString
The name of the link to find.

Return Value

Type: ExtensibleObject
The first instance in the collection of the named link, or if the named link is not present.
See Also