VistaCoreAudioApiHelperIsLocked Property
Gets a value indicating whether the device is locked.
Namespace: DevCase.ThirdParty.VistaCoreAudioApiAssembly: DevCase.net48.ThirdParty.VistaCoreAudioApi (in DevCase.net48.ThirdParty.VistaCoreAudioApi.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool IsLocked { get; }
Public ReadOnly Property IsLocked As Boolean
Get
Dim instance As VistaCoreAudioApiHelper
Dim value As Boolean
value = instance.IsLocked
public:
property bool IsLocked {
bool get ();
}
member IsLocked : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean if the device is locked; otherwise,
.