UserManager<TUser, TKey>.SmsService Property

 

Gets or sets the property used to send a SMS message.

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

Syntax

public IIdentityMessageService SmsService { get; set; }
public:
property IIdentityMessageService^ SmsService {
    IIdentityMessageService^ get();
    void set(IIdentityMessageService^ value);
}
member SmsService : IIdentityMessageService with get, set
Public Property SmsService As IIdentityMessageService

Property Value

Type: Microsoft.AspNet.Identity.IIdentityMessageService

The property used to send a SMS message.

See Also

UserManager<TUser, TKey> Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top