'Declaration
Public Property ExplicitVOILUT As LookupTable
'Usage
Dim instance As DicomImage Dim value As LookupTable instance.ExplicitVOILUT = value value = instance.ExplicitVOILUT
public LookupTable ExplicitVOILUT {get; set;}
public read-write property ExplicitVOILUT: LookupTable;
public function get,set ExplicitVOILUT : LookupTable
public: __property LookupTable* get_ExplicitVOILUT(); public: __property void set_ExplicitVOILUT( LookupTable* value );
public: property LookupTable^ ExplicitVOILUT { LookupTable^ get(); void set ( LookupTable^ value); }