AudioDeviceModule.ClassId Property

Definition

Gets the GUID identifier of the module, which is defined by the audio device module owner.

public:
 property Platform::String ^ ClassId { Platform::String ^ get(); };
winrt::hstring ClassId();
public string ClassId { get; }
var string = audioDeviceModule.classId;
Public ReadOnly Property ClassId As String

Property Value

String

Platform::String

winrt::hstring

The GUID identifier of the module

Applies to