namespace CoreBluetooth
{
    [Introduced(PlatformName.WatchOS, 4, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
    [Register("CBMutableService", true)]
    public class CBMutableService : CBService
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        public override CBServicenot null[]not null IncludedServices
        {
            [Export("includedServices", ArgumentSemantic.Retain)]
            get;
            [Export("setIncludedServices:", ArgumentSemantic.Retain)]
            set;
        }
    }
}
Assembly Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065
Help Documentation
.NET 7.0-ios7.0-tvos8.0-ios8.0-tvos
Xamarin iOS 0.0
Xamarin macOS 0.0
Xamarin tvOS 0.0
Xamarin watchOS 0.0
OS Platforms

For the selected framework the property getter is only supported on the following OS platforms:

  • iOS
  • tvOS

For the selected framework the property setter is only supported on the following OS platforms:

  • iOS
  • tvOS
  • Built-in API
  • Package-provided API

12/10/2023
An error has occurred. This application may no longer respond until reloaded. Reload 🗙