CreateResult Class

.NET Framework 4.5

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Membership.OpenAuth.CreateResult

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

Syntax

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

The CreateResult 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