GsmModemIsListing Property |
True, if the stored messages are listing, false, if already done. Use it with GetAllSms method, to be able to determine when all the messages were read.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic bool IsListing { get; set; }Public Property IsListing As Boolean
Get
Set
Dim instance As GsmModem
Dim value As Boolean
value = instance.IsListing
instance.IsListing = value
public:
property bool IsListing {
bool get ();
void set (bool value);
}member IsListing : bool with get, set
Property Value
Boolean
See Also