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