DocumentTagCategoryUserComment Property |
Gets the tag that labels user comments shown in the document content.
Namespace: GroupDocs.Metadata.TaggingAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic PropertyTag UserComment { get; }
Public ReadOnly Property UserComment As PropertyTag
Get
public:
property PropertyTag^ UserComment {
PropertyTag^ get ();
}
member UserComment : PropertyTag with get
Property Value
Type:
PropertyTagThe tag that labels user comments shown in the document content.
See Also