Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public Type ValueType { get; set; }
Visual Basic
Public Property ValueType As Type
	Get
	Set
Visual C++
public:
property Type^ ValueType {
	Type^ get ();
	void set (Type^ value);
}

See Also