[Missing <summary> documentation for "P:OPSSDKCommon.Model.Config.EchoSoundConfig.Duration"]
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
public int Duration { get; set; } |
Visual Basic |
---|
Public Property Duration As Integer Get Set |
Visual C++ |
---|
public: property int Duration { int get (); void set (int value); } |