Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public WarningValue(
int code,
string agent,
string text
)
Public Sub New (
code As Integer,
agent As String,
text As String
)
public:
WarningValue(
int code,
String^ agent,
String^ text
)
new :
code : int *
agent : string *
text : string -> WarningValue
Parameters
- code
- Type: SystemInt32
- agent
- Type: SystemString
- text
- Type: SystemString
See Also