ShortMessage.Message
Gets or sets the supporting message text that will be sent to registered mobile phone users along with the confirmation code.
Namespace: Imanami.directorymanager.DataTransferObjects.DataContracts.SMS
Assembly: Imanami.directorymanager.DataTransferObjects.dll
Syntax
public string Message { get; set; }
Return Value
Type: System.String
The message text.
See Also