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
)
Public Function FindFirst (
linkName As String
) As ExtensibleObject
public:
ExtensibleObject^ FindFirst(
String^ linkName
)
member FindFirst :
linkName : string -> ExtensibleObject
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