License version

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public static Nullable<decimal> Version { get; set; }
Visual Basic
Public Shared Property Version As Nullable(Of Decimal)
	Get
	Set
Visual C++
public:
static property Nullable<Decimal> Version {
	Nullable<Decimal> get ();
	void set (Nullable<Decimal> value);
}

See Also