CNContactViewController.ParentGroup Property

Definition

If set, the CNGroup to which to add the Contact.

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

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to