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