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
{
[Obsolete("The setter is an empty stub, it is not mutable.")]
public override CBUUID UUID { get; set; }
}
}
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
---|---|
Obsolete | The setter is an empty stub, it is not mutable. |
Help | Documentation |
.NET | 7.0-ios |
Xamarin iOS | 0.0 |
Xamarin macOS | 0.0 |
OS Platforms | For the selected framework the property getter is only supported on the following OS platforms:
For the selected framework the property setter is only supported on the following OS platforms:
|