Click or drag to resize

CommunicationLinkCollectionFind Method (String)

Finds a link in the collection by name.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IEnumerable<ExtensibleObject> Find(
	string linkName
)

Parameters

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

Return Value

Type: IEnumerableExtensibleObject
All links with the specified name.
See Also