PhotoImportSession.Source 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.
Gets an object representing the source device associated with the photo import session.
public:
property PhotoImportSource ^ Source { PhotoImportSource ^ get(); };
PhotoImportSource Source();
public PhotoImportSource Source { get; }
var photoImportSource = photoImportSession.source;
Public ReadOnly Property Source As PhotoImportSource
Property Value
An object representing the source device associated with the photo import session.