ClassifiableContent.Uri Property
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.
Returns the Uri associated with this content.
public Android.Net.Uri? Uri { [Android.Runtime.Register("getUri", "()Landroid/net/Uri;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getUri", "()Landroid/net/Uri;", "", ApiSince=37)>]
member this.Uri : Android.Net.Uri
Property Value
the content Uri, or null if this content is not associated with a Uri
- Attributes