ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / KeyWordsRule Class / Keywords Property

In This Topic
    Keywords Property
    In This Topic
    Gets the keywords list.
    Syntax
    'Declaration
     
    Public ReadOnly Property Keywords As List(Of String)
    public List<string> Keywords {get;}
    See Also