ToolTagCategoryHardwareVersion Property |
Gets the tag that labels properties containing the version of the hardware used to create a file.
Namespace: GroupDocs.Metadata.TaggingAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic PropertyTag HardwareVersion { get; }
Public ReadOnly Property HardwareVersion As PropertyTag
Get
public:
property PropertyTag^ HardwareVersion {
PropertyTag^ get ();
}
member HardwareVersion : PropertyTag with get
Property Value
Type:
PropertyTagThe tag that labels properties containing the version of the hardware used to create a file.
See Also