CBService.IncludedServices Property

Definition

public virtual CoreBluetooth.CBService[] IncludedServices { [Foundation.Export("includedServices", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.NotImplemented("Not available on 'CBService', only available on CBMutableService.")] set; }
public virtual CoreBluetooth.CBService[] IncludedServices { [Foundation.Export("includedServices", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.NotImplemented("Not available on CBCharacteristic, only available on CBMutableService")] set; }
member this.IncludedServices : CoreBluetooth.CBService[] with get, set

Property Value

Attributes

Applies to