Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / DocumentInfo Class / Keywords Property

In This Topic
    Keywords Property
    In This Topic
    Gets or sets the keywords for a document.
    Syntax
    'Declaration
     
    Public Property Keywords As String()
    public string[] Keywords {get; set;}
    See Also