ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.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 System.Collections.Generic.List(Of String)
    public System.Collections.Generic.List<string> Keywords {get;}
    See Also