ContactIdAlarmFromValueString Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static ContactIdAlarm FromValueString(
string s
)
Public Shared Function FromValueString (
s As String
) As ContactIdAlarm
public:
static ContactIdAlarm^ FromValueString(
String^ s
)
static member FromValueString :
s : string -> ContactIdAlarm
Parameters
- s
- Type: SystemString
Return Value
Type:
ContactIdAlarm
See Also