Share via


UILocalNotification.UserInfo Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDictionary? UserInfo { [Foundation.Export("userInfo", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setUserInfo:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("userInfo", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setUserInfo:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.UserInfo : Foundation.NSDictionary with get, set

Property Value

Attributes

Applies to