Contact.SourceDisplayPicture Property

Definition

Gets or sets the display picture for the Contact in its original size.

public:
 property IRandomAccessStreamReference ^ SourceDisplayPicture { IRandomAccessStreamReference ^ get(); void set(IRandomAccessStreamReference ^ value); };
IRandomAccessStreamReference SourceDisplayPicture();

void SourceDisplayPicture(IRandomAccessStreamReference value);
public IRandomAccessStreamReference SourceDisplayPicture { get; set; }
var iRandomAccessStreamReference = contact.sourceDisplayPicture;
contact.sourceDisplayPicture = iRandomAccessStreamReference;
Public Property SourceDisplayPicture As IRandomAccessStreamReference

Property Value

The display picture for the Contact in its original size.

Windows requirements

App capabilities
contactsSystem

Remarks

The SmallDisplayPicture, LargeDisplayPicture and Thumbnail are generated from this picture.

Applies to