GsmModemMessageFormat Property |
SMS message format. Can be PDU or text.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic MessageFormat MessageFormat { get; set; }Public Property MessageFormat As MessageFormat
Get
Set
Dim instance As GsmModem
Dim value As MessageFormat
value = instance.MessageFormat
instance.MessageFormat = value
public:
property MessageFormat MessageFormat {
MessageFormat get ();
void set (MessageFormat value);
}member MessageFormat : MessageFormat with get, set
Property Value
MessageFormat
See Also