Contact.SourceDisplayPicture Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.