ContentTagCategoryKeywords Property |
Gets the tag that denotes a metadata property containing keywords that describe the content.
Namespace: GroupDocs.Metadata.TaggingAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic PropertyTag Keywords { get; }
Public ReadOnly Property Keywords As PropertyTag
Get
public:
property PropertyTag^ Keywords {
PropertyTag^ get ();
}
member Keywords : PropertyTag with get
Property Value
Type:
PropertyTagThe tag that denotes a metadata property containing keywords that describe the content.
See Also