CursorLoader.Uri Property

Definition

public virtual Android.Net.Uri? Uri { [Android.Runtime.Register("getUri", "()Landroid/net/Uri;", "GetGetUriHandler")] get; [Android.Runtime.Register("setUri", "(Landroid/net/Uri;)V", "GetSetUri_Landroid_net_Uri_Handler")] set; }
[<get: Android.Runtime.Register("getUri", "()Landroid/net/Uri;", "GetGetUriHandler")>]
[<set: Android.Runtime.Register("setUri", "(Landroid/net/Uri;)V", "GetSetUri_Landroid_net_Uri_Handler")>]
member this.Uri : Android.Net.Uri with get, set

Property Value

Uri

The content URI associated with this value.

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.

Java documentation for android.content.CursorLoader.getUri().

Applies to