PhotoImportOperation.Session Property

Definition

Gets the photo import session associated with the operation.

public:
 property PhotoImportSession ^ Session { PhotoImportSession ^ get(); };
PhotoImportSession Session();
public PhotoImportSession Session { get; }
var photoImportSession = photoImportOperation.session;
Public ReadOnly Property Session As PhotoImportSession

Property Value

The photo import session associated with the operation.

Applies to