Initializes a new instance of the
ReasonText class
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic ReasonText(
string text
)
Public Sub New (
text As String
)
public:
ReasonText(
String^ text
)
new :
text : string -> ReasonText
Parameters
- text
- Type: SystemString
See Also