CNSaveRequest.RemoveMember(CNContact, CNGroup) Method
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.
Removes the contact
from a CNGroup.
[Foundation.Export("removeMember:fromGroup:")]
public virtual void RemoveMember (Contacts.CNContact contact, Contacts.CNGroup group);
abstract member RemoveMember : Contacts.CNContact * Contacts.CNGroup -> unit
override this.RemoveMember : Contacts.CNContact * Contacts.CNGroup -> unit
Parameters
- contact
- CNContact
- group
- CNGroup
- Attributes