Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public override bool Forward(
string target
)
Public Overrides Function Forward (
target As String
) As Boolean
public:
virtual bool Forward(
String^ target
) override
abstract Forward :
target : string -> bool
override Forward :
target : string -> bool
Parameters
- target
- Type: SystemString
Return Value
Type:
BooleanImplements
IOzPhoneCallForward(String)See Also