TestTargetClassAttribute.Value Property

Definition

Gets or sets the class being tested.

[Android.Runtime.Register("value")]
public Java.Lang.Class? Value { get; set; }
[<Android.Runtime.Register("value")>]
member this.Value : Java.Lang.Class with get, set

Property Value

The class being tested.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to