Annotation.Value Property

Definition

Returns the value of the attribute, which may be null.

public virtual Java.Lang.Object? Value { [Android.Runtime.Register("getValue", "()Ljava/lang/Object;", "GetGetValueHandler")] get; }
[<get: Android.Runtime.Register("getValue", "()Ljava/lang/Object;", "GetGetValueHandler")>]
member this.Value : Java.Lang.Object

Property Value

the value of the attribute

Attributes

Remarks

Returns the value of the attribute, which may be null.

Java documentation for java.text.Annotation.getValue().

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