SetPasswordResult Class

.NET Framework 4

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Membership.OpenAuth.SetPasswordResult

Namespace:  Microsoft.AspNet.Membership.OpenAuth
Assembly:  Microsoft.AspNet.Membership.OpenAuth (in Microsoft.AspNet.Membership.OpenAuth.dll)

Syntax

'Declaration
Public NotInheritable Class SetPasswordResult
'Usage
Dim instance As SetPasswordResult
public sealed class SetPasswordResult
public ref class SetPasswordResult sealed
[<SealedAttribute>]
type SetPasswordResult =  class end
public final class SetPasswordResult

The SetPasswordResult type exposes the following members.

Properties

  Name Description
Public property ErrorMessage
Public property IsSuccessful

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AspNet.Membership.OpenAuth Namespace