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