Share via


CBMutableService.Characteristics Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public override CoreBluetooth.CBCharacteristic[]? Characteristics { [Foundation.Export("characteristics", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setCharacteristics:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("characteristics", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setCharacteristics:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.Characteristics : CoreBluetooth.CBCharacteristic[] with get, set

Property Value

Attributes

Applies to