ContentTagCategorySubject Property |
Gets the tag that denotes the subject the intellectual content is focused on.
Namespace: GroupDocs.Metadata.TaggingAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic PropertyTag Subject { get; }
Public ReadOnly Property Subject As PropertyTag
Get
public:
property PropertyTag^ Subject {
PropertyTag^ get ();
}
member Subject : PropertyTag with get
Property Value
Type:
PropertyTagThe tag that denotes the subject the intellectual content is focused on.
See Also