Gets or sets the keywords for a document.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(true)] [TypeConverterAttribute(typeof(ArrayConverter))] public string[] Keywords { get; set; } |
| Visual Basic |
|---|
<BrowsableAttribute(True)> _ <TypeConverterAttribute(GetType(ArrayConverter))> _ Public Property Keywords As String() Get Set |