Contact.IsDisplayPictureManuallySet Property

Definition

Gets a Boolean value that indicates whether the user manually set the picture for the Contact.

public:
 property bool IsDisplayPictureManuallySet { bool get(); };
bool IsDisplayPictureManuallySet();
public bool IsDisplayPictureManuallySet { get; }
var boolean = contact.isDisplayPictureManuallySet;
Public ReadOnly Property IsDisplayPictureManuallySet As Boolean

Property Value

Boolean

bool

true if the user manually set the picture, false if this is an aggregate contact and the picture was chosen from one of the raw child contacts.

Windows requirements

App capabilities
contactsSystem

Applies to