TagsPropertyType Property |
Gets a set of tags that bear additional information about the type of a property rather than about its purpose.
Using these tags you can detect metadata properties that contain URL links to external resources,
properties describing fonts, colors, geolocation and so on.
Namespace: GroupDocs.Metadata.TaggingAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic static PropertyTypeTagCategory PropertyType { get; }
Public Shared ReadOnly Property PropertyType As PropertyTypeTagCategory
Get
public:
static property PropertyTypeTagCategory^ PropertyType {
PropertyTypeTagCategory^ get ();
}
static member PropertyType : PropertyTypeTagCategory with get
Property Value
Type:
PropertyTypeTagCategory
See Also