VelocityDbTypeTypeVersions Property |
Initially one version exist, if class is modified and
UpdateClass(Type) is called other versions can exist.
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public TypeVersion[] TypeVersions { get; }
Public ReadOnly Property TypeVersions As TypeVersion()
Get
public:
property array<TypeVersion^>^ TypeVersions {
array<TypeVersion^>^ get ();
}
member TypeVersions : TypeVersion[] with get
Property Value
Type:
TypeVersionSee Also