Click or drag to resize

CommunicationAccessQueryCollection.FindAll Method

Finds all NavigationReceiverAccessQueries in the collection that have a specified PRN.

Namespace:  AGI.Foundation.Navigation.Advanced
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public List<NavigationReceiverAccessQuery> FindAll(
	int pseudoRandomNoiseCode
)

Parameters

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

Return Value

Type: List<NavigationReceiverAccessQuery>
A collection of NavigationReceiverAccessQueries with the specified PRN.
See Also