ContactSignificantOther.Relationship Property

Definition

Gets or sets a value that indicates the nature of the relationship, such as spouse, partner, sibling, parent and so on.

public:
 property ContactRelationship Relationship { ContactRelationship get(); void set(ContactRelationship value); };
ContactRelationship Relationship();

void Relationship(ContactRelationship value);
public ContactRelationship Relationship { get; set; }
var contactRelationship = contactSignificantOther.relationship;
contactSignificantOther.relationship = contactRelationship;
Public Property Relationship As ContactRelationship

Property Value

A value that indicates the nature of the relationship, such as spouse, partner, sibling, parent and so on.

Windows requirements

App capabilities
contactsSystem

Applies to