IdentityMessage.Destination Property

 

Gets or sets the destination, that is, to e-mail, or SMS phone number.

Namespace:   Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

public virtual string Destination { get; set; }
public:
property String^ Destination {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract Destination : string with get, set
override Destination : string with get, set
Public Overridable Property Destination As String

Property Value

Type: System.String

The destination.

See Also

IdentityMessage Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top