CKContainer.DefaultContainer 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 a CKContainer specific to this particular app (in contrast to FromIdentifier(String)).
public static CloudKit.CKContainer DefaultContainer { [Foundation.Export("defaultContainer")] get; }
member this.DefaultContainer : CloudKit.CKContainer
Property Value
- Attributes
Remarks
This method always returns a valid container, even if the developer has not configured the container via the CloudKit Dashboard. Most storage use-cases require the developer to have configured the container, though.