Spread Windows Forms 15.0
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
    protected Dictionary<string,AsyncTopic> Topics {get;}

    Property Value

    The topics.
    See Also