Share via


CNContactViewController.ParentContainer Property

Definition

Gets or sets the parent container.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Contacts.CNContainer? ParentContainer { [Foundation.Export("parentContainer", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setParentContainer:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("parentContainer", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setParentContainer:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.ParentContainer : Contacts.CNContainer with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to