| HeadsetMicrophone Property  | 
            The audio device's microphone.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic Microphone Microphone { get; set; }Public Property Microphone As Microphone
	Get
	Set
public:
property Microphone^ Microphone {
	Microphone^ get ();
	void set (Microphone^ value);
}member Microphone : Microphone with get, set
Property Value
Type: 
Microphone
See Also