PropertyAppQuery.Value<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extracts the value of the property.
public Xamarin.UITest.Queries.AppTypedSelector<T> Value<T> ();
member this.Value : unit -> Xamarin.UITest.Queries.AppTypedSelector<'T>
Public Function Value(Of T) () As AppTypedSelector(Of T)
Type Parameters
- T
The expected result type of the property.