'DeclarationPublicProperty Result As ActionResult
GetSet'UsageDim instance As AuthorizationContext
Dim value As ActionResult
value = instance.Result
instance.Result = value
An action method responds to user input by performing work and returning an action result. An action result represents a command that the framework will perform on behalf of the action method.