MicrophoneDeviceGUID Property |
Gets the GUID of the device which is unique on the Operating System.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic string DeviceGUID { get; }
Public ReadOnly Property DeviceGUID As String
Get
public:
property String^ DeviceGUID {
String^ get ();
}
member DeviceGUID : string with get
Property Value
Type:
String
See Also