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.1.418.0 (24.1.418.0)
Syntax
public ExtensibleObject FindFirst(
	string linkName
)

Parameters

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

Return Value

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