AudioDeviceInfoDeviceID Property |
Gets the unique identifier of the device which can differ accross application lifecycles.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntaxpublic string DeviceID { get; set; }Public Property DeviceID As String
Get
Set
public:
property String^ DeviceID {
String^ get ();
void set (String^ value);
}member DeviceID : string with get, set
Property Value
String
See Also