SQLiteProgram.UniqueId 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.
Caution
deprecated
Unimplemented.
[System.Obsolete("deprecated")]
public int UniqueId { [Android.Runtime.Register("getUniqueId", "()I", "")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getUniqueId", "()I", "")>]
member this.UniqueId : int
Property Value
- Attributes
Remarks
Unimplemented.
This member is deprecated. This method is deprecated and must not be used.
Java documentation for android.database.sqlite.SQLiteProgram.getUniqueId()
.
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.