ILClassificationResponse.UserInfo 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.
Gets or sets the response data, as a JSON dictionary.
public virtual Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> UserInfo { [Foundation.Export("userInfo", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setUserInfo:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.UserInfo : Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> with get, set
Property Value
The response data, as a JSON dictionary.
- Attributes