[Missing <summary> documentation for "P:OPSSDKCommon.Model.Config.EchoSoundConfig.EchoTestType"]

Namespace: OPSSDKCommon.Model.Config
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

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

Property Value

Type: EchoTestType

See Also