Share via


CBCharacteristic.Properties Property

Definition

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

Property Value

Attributes

Applies to