AttendedTransferArgsTarget Property |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntaxpublic ISessionCall Target { get; set; }Public Property Target As ISessionCall
Get
Set
public:
property ISessionCall^ Target {
ISessionCall^ get ();
void set (ISessionCall^ value);
}member Target : ISessionCall with get, set
Property Value
ISessionCall
See Also