PhotoImportSource.IsLocked Property

Definition

Gets a value indicating if the source device is locked.

public:
 property IReference<bool> ^ IsLocked { IReference<bool> ^ get(); };
IReference<bool> IsLocked();
public System.Nullable<bool> IsLocked { get; }
var iReference = photoImportSource.isLocked;
Public ReadOnly Property IsLocked As Nullable(Of Boolean)

Property Value

True if the source device is locked; otherwise, false.

Applies to