Share via


CKDatabaseScope Enum

Definition

Enumerates values that tell whether a database is private, shared, or public.

[ObjCRuntime.Native]
public enum CKDatabaseScope
[<ObjCRuntime.Native>]
type CKDatabaseScope = 
Inheritance
CKDatabaseScope
Attributes

Fields

Name Value Description
Public 1

Indicates a public database.

Private 2

Indicates a private database.

Shared 3

Indicates a shared database.

Applies to