IdentityResult.Success 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 , IdentityResult 表示識別作業成功。
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
屬性值
, IdentityResult 表示作業成功。