Share via


CXSetHeldCallAction.OnHold Property

Definition

Gets or sets a value that tells whether the call is on hold.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool OnHold { [Foundation.Export("isOnHold")] get; [Foundation.Export("setOnHold:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isOnHold")>]
[<set: Foundation.Export("setOnHold:")>]
member this.OnHold : bool with get, set

Property Value

A value that tells whether the call is on hold.

Attributes

Applies to