FillEventHistory.Event.DatasetId 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 id of dataset the id was on.
public string? DatasetId { [Android.Runtime.Register("getDatasetId", "()Ljava/lang/String;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getDatasetId", "()Ljava/lang/String;", "", ApiSince=26)>]
member this.DatasetId : string
Property Value
The id of dataset, or null
the event is not associated with a dataset.
- Attributes
Remarks
Returns the id of dataset the id was on.
Java documentation for android.service.autofill.FillEventHistory.Event.getDatasetId()
.
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.