Click or drag to resize

WarningValue Constructor

Initializes a new instance of the WarningValue class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public WarningValue(
	int code,
	string agent,
	string text
)

Parameters

code
Type: SystemInt32
agent
Type: SystemString
text
Type: SystemString
See Also