[]
        
(Showing Draft Content)

C1.C1Preview.DocumentInfo.Keywords

Keywords Property

Keywords

Gets or sets the keywords for a document.

Declaration
[Browsable(true)]
[TypeConverter(typeof(ArrayConverter))]
[C1TypeSerialization(C1TypeSerializationEnum.None)]
public string[] Keywords { get; set; }
<Browsable(True)>
<TypeConverter(GetType(ArrayConverter))>
<C1TypeSerialization(C1TypeSerializationEnum.None)>
Public Property Keywords As String()