'Declaration Public Property ExplicitPresentationLUT As LookupTable
'Usage Dim instance As DicomImage Dim value As LookupTable instance.ExplicitPresentationLUT = value value = instance.ExplicitPresentationLUT
public LookupTable ExplicitPresentationLUT {get; set;}
public: property LookupTable^ ExplicitPresentationLUT { LookupTable^ get(); void set ( LookupTable^ value); }