Contact.IsMe 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.
public:
property bool IsMe { bool get(); };
bool IsMe();
public bool IsMe { get; }
var boolean = contact.isMe;
Public ReadOnly Property IsMe As Boolean
Property Value
Boolean
bool
true
if this Contact represents the user logged into the device; otherwise, false.
Windows requirements
App capabilities |
contactsSystem
|