- CKRecord - CKRecord(IntPtr) 
- CKRecord(NativeHandle) 
- CKRecord(NSCoder) 
- CKRecord(NSObjectFlag) 
- CKRecord(String) 
- CKRecord(String, CKRecordID) 
- CKRecord(String, CKRecordZoneID) 
- ClassHandle 
- CreationDate 
- CreationDateKey 
- CreatorUserRecordId 
- CreatorUserRecordIdKey 
- Id 
- LastModifiedUserRecordId 
- LastModifiedUserRecordIdKey 
- ModificationDate 
- ModificationDateKey 
- NameZoneWideShare 
- Parent 
- ParentKey 
- RecordChangeTag 
- RecordIdKey 
- RecordType 
- Share 
- ShareKey 
- this[String] 
- TypeShare 
- TypeUserRecord 
- AllKeys() 
- AllTokens() 
- ChangedKeys() 
- Copy(NSZone) 
- EncodeSystemFields(NSCoder) 
- EncodeTo(NSCoder) 
- SetParent(CKRecord) 
- SetParent(CKRecordID) 
 
xamarinwatchos
    namespace CloudKit
{
    [DefaultMember("Item")]
    [Introduced(PlatformName.WatchOS, 3, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, null)]
    [Register("CKRecord", true)]
    public class CKRecord : NSObject, INSCoding, INSCopying, INSSecureCoding, INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        public virtual CKRecordID? LastModifiedUserRecordId
        {
            [Export("lastModifiedUserRecordID", ArgumentSemantic.Copy)]
            get;
        }
    }
}
            | .NET | 6.07.08.09.0 | 
|---|---|
| Information specific to xamarinwatchos | |
| Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 | 
| Referencing | The API is automatically referenced. | 
| Platform Restrictions | This framework does not have platform annotations. | 
- Built-in API
- Package-provided API