PhotoImportDeleteImportedItemsFromSourceResult.Session 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 the photo import session associated with the delete operation.
public:
property PhotoImportSession ^ Session { PhotoImportSession ^ get(); };
PhotoImportSession Session();
public PhotoImportSession Session { get; }
var photoImportSession = photoImportDeleteImportedItemsFromSourceResult.session;
Public ReadOnly Property Session As PhotoImportSession
Property Value
The photo import session associated with the delete operation.