Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / DocumentInfo Class / Keywords Property

In This Topic
    Keywords Property (DocumentInfo)
    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