Share via


INGetCarLockStatusIntentResponse.Locked Property

Definition

[ObjCRuntime.BindAs(typeof(System.Nullable<System.Boolean>), OriginalType=typeof(Foundation.NSNumber))]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool? Locked { [Foundation.Export("locked", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setLocked:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindAs(typeof(System.Nullable<System.Boolean>), OriginalType=typeof(Foundation.NSNumber))>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("locked", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setLocked:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.Locked : Nullable<bool> with get, set

Property Value

Attributes

Applies to