ContactSignificantOther.Relationship 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.
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
|