IContactInformation.DisplayPicture Property

Definition

Gets the display picture of the contact.

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

Property Value

A stream containing the image data.

Windows requirements

App capabilities
ID_CAP_CONTACTS [Windows Phone]

Applies to

See also