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.2.419.0 (24.2.419.0)
Syntax public IEnumerable<ExtensibleObject> Find(
string linkName
)
Public Function Find (
linkName As String
) As IEnumerable(Of ExtensibleObject)
public:
IEnumerable<ExtensibleObject^>^ Find(
String^ linkName
)
member Find :
linkName : string -> IEnumerable<ExtensibleObject>
Parameters
- linkName
- Type: SystemString
The name of the link to find.
Return Value
Type:
IEnumerableExtensibleObjectAll links with the specified name.
See Also