ContactInformation.DisplayPicture Property

Definition

Gets the display picture of a contact.

public:
 property IRandomAccessStreamReference ^ DisplayPicture { IRandomAccessStreamReference ^ get(); };
IRandomAccessStreamReference DisplayPicture();
public IRandomAccessStreamReference DisplayPicture { get; }
var iRandomAccessStreamReference = contactInformation.displayPicture;
Public ReadOnly Property DisplayPicture As IRandomAccessStreamReference

Property Value

A stream containing the image data.

Implements

Windows requirements

App capabilities
ID_CAP_CONTACTS [Windows Phone]

Remarks

To set this value, use SetDisplayPictureAsync.

Applies to

See also