PropertyAppQuery.Value<T> Method

Definition

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.

Returns

Applies to