Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / AsyncApplication Class / Topics Property


In This Topic
Topics Property
In This Topic
Gets the topics.
Syntax
'Declaration
 
Protected ReadOnly Property Topics As Dictionary(Of String,AsyncTopic)
 
'Usage
 
Dim instance As AsyncApplication
Dim value As Dictionary(Of String,AsyncTopic)
 
value = instance.Topics

Property Value

The topics.
See Also