Share via


PhotoImportSource.IsMassStorage Property

Definition

Gets a value indicating if the source device is a mass storage device.

public:
 property bool IsMassStorage { bool get(); };
bool IsMassStorage();
public bool IsMassStorage { get; }
var boolean = photoImportSource.isMassStorage;
Public ReadOnly Property IsMassStorage As Boolean

Property Value

Boolean

bool

True if the source device is a mass storage device; otherwise, false.

Applies to