CBService.IncludedServices Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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