ASAuthorizationOpenIdRequest.RequestedOperation 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.
[ObjCRuntime.BindAs(typeof(AuthenticationServices.ASAuthorizationOperation), OriginalType=typeof(Foundation.NSString))]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AuthenticationServices.ASAuthorizationOperation RequestedOperation { [Foundation.Export("requestedOperation")] get; [Foundation.Export("setRequestedOperation:")] set; }
[<ObjCRuntime.BindAs(typeof(AuthenticationServices.ASAuthorizationOperation), OriginalType=typeof(Foundation.NSString))>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("requestedOperation")>]
[<set: Foundation.Export("setRequestedOperation:")>]
member this.RequestedOperation : AuthenticationServices.ASAuthorizationOperation with get, set
Property Value
- Attributes