Name

kOfxPropVersionLabel — Unique user readable version string of a plugin or host.

Synopsis

#include "/ofxCore.h"
#define kOfxPropVersionLabel "OfxPropVersionLabel"

Type

kOfxPropVersionLabel is of type string, and has only a single dimension.

Property Set

This is a property that belongs to the host descriptor (read only), plugin descriptor (read/write).

Default

The default value is none, the host needs to set this.

Valid Values

ASCII string

Description

Unique user readable version string of a plugin or host.

This is purely for user feedback, a plugin or host should use kOfxPropVersion if they need to check for specific versions.