ContactMatchReason.Field 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 the contact field type that matched the search, such as name, phone number, email address and so on.
public:
property ContactMatchReasonKind Field { ContactMatchReasonKind get(); };
ContactMatchReasonKind Field();
public ContactMatchReasonKind Field { get; }
var contactMatchReasonKind = contactMatchReason.field;
Public ReadOnly Property Field As ContactMatchReasonKind
Property Value
The contact field type that matched the search, such as name, phone number, email address and so on.
Windows requirements
App capabilities |
contactsSystem
|