DocumentTagCategoryBuiltIn Property |
Gets the tag that indicates that the property it labels is built-in.
Namespace: GroupDocs.Metadata.TaggingAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic PropertyTag BuiltIn { get; }
Public ReadOnly Property BuiltIn As PropertyTag
Get
public:
property PropertyTag^ BuiltIn {
PropertyTag^ get ();
}
member BuiltIn : PropertyTag with get
Property Value
Type:
PropertyTagThe tag that indicates that the property it labels is built-in.
See Also