| SmsSmartSearches Property |
Gets list of SmartSearch containing Id and Name information
Namespace:
Dynamicweb.Sms
Assembly:
Dynamicweb.Sms (in Dynamicweb.Sms.dll) Version: 2.1.2
Syntax public List<Tuple<Guid, string>> SmartSearches { get; }
Public ReadOnly Property SmartSearches As List(Of Tuple(Of Guid, String))
Get
Property Value
Type:
ListTupleGuid,
StringSee Also