Share via


CBService.IncludedServices Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreBluetooth.CBService[]? IncludedServices { [Foundation.Export("includedServices", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.NotImplemented("Not available on 'CBService', only available on CBMutableService.")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("includedServices", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.NotImplemented("Not available on 'CBService', only available on CBMutableService.")>]
member this.IncludedServices : CoreBluetooth.CBService[] with get, set

Property Value

Attributes

Applies to