[Missing <summary> documentation for "P:Ozeki.Media.Audio.DeviceInfo.Type"]

Namespace: Ozeki.Media.Audio
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public DeviceType Type { get; internal set; }
Visual Basic
Public Property Type As DeviceType
	Get
	Friend Set
Visual C++
public:
property DeviceType Type {
	DeviceType get ();
	internal: void set (DeviceType value);
}

Property Value

Type: DeviceType

See Also