The type of the field
Namespace: Cartella.FieldsAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public Type ValueType { get; private set; } |
Visual Basic |
---|
Public Property ValueType As Type Get Private Set |
Visual C++ |
---|
public: virtual property Type^ ValueType { Type^ get () sealed; private: void set (Type^ value) sealed; } |