Share via


CBCharacteristic.Descriptors Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreBluetooth.CBDescriptor[]? Descriptors { [Foundation.Export("descriptors", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.NotImplemented("Not available on CBCharacteristic, only available on CBMutableCharacteristic")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("descriptors", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.NotImplemented("Not available on CBCharacteristic, only available on CBMutableCharacteristic")>]
member this.Descriptors : CoreBluetooth.CBDescriptor[] with get, set

Property Value

Attributes

Applies to