IdentityResult.Success 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.
Returns an IdentityResult indicating a successful identity operation.
public:
static property Microsoft::AspNetCore::Identity::IdentityResult ^ Success { Microsoft::AspNetCore::Identity::IdentityResult ^ get(); };
public static Microsoft.AspNetCore.Identity.IdentityResult Success { get; }
static member Success : Microsoft.AspNetCore.Identity.IdentityResult
Public Shared ReadOnly Property Success As IdentityResult
Property Value
An IdentityResult indicating a successful operation.