'DeclarationPublic Property ExplicitPresentationLUT As LookupTable
'UsageDim 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); }