Contact.IsMe Property

Definition

Gets a Boolean value that indicates whether this Contact represents the user logged into the device.

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

Applies to