Class SmsMessage
Inherited Members
Namespace: Volo.Abp.Sms
Assembly: Volo.Abp.Sms.dll
Syntax
public class SmsMessage
Constructors
SmsMessage(string, string)
Declaration
public SmsMessage(string phoneNumber, string text)
Parameters
Type | Name | Description |
---|---|---|
string | phoneNumber | |
string | text |
Properties
PhoneNumber
Declaration
public string PhoneNumber { get; }
Property Value
Type | Description |
---|---|
string |
Properties
Declaration
public IDictionary<string, object> Properties { get; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Text
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
string |