Click or drag to resize

CommunicationAccessQueryCollectionFindFirst Method

Find the first NavigationReceiverAccessQuery in the collection that has the specified PRN.

Namespace:  AGI.Foundation.Navigation.Advanced
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public NavigationReceiverAccessQuery FindFirst(
	int pseudoRandomNoiseCode
)

Parameters

pseudoRandomNoiseCode
Type: SystemInt32
The PRN the returned query should be associated with.

Return Value

Type: NavigationReceiverAccessQuery
A NavigationReceiverAccessQuery with the specified PRN, or .
See Also