NonStreamingDeviceDriverGuid Property

CVB.Net Documentation
Get the globally unique identifier of a CVB driver.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public override Guid DriverGuid { get; }

Property Value

Type: Guid
This device resides in no driver and thus we use our fake Guid.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this device has already been disposed.
Remarks

Fake Guid. See Guid for additional details.
See Also

Reference