'Declaration
Public Property FocalPlaneResolutionUnit As ImGearXMPEnum(Of ImGearTIFFResolutionUnit)
'Usage
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPEnum(Of ImGearTIFFResolutionUnit)
instance.FocalPlaneResolutionUnit = value
value = instance.FocalPlaneResolutionUnit
public ImGearXMPEnum<ImGearTIFFResolutionUnit> FocalPlaneResolutionUnit {get; set;}
public: __property ImGearXMPEnum<ImGearTIFFResolutionUnit>* get_FocalPlaneResolutionUnit();
public: __property void set_FocalPlaneResolutionUnit(
ImGearXMPEnum<ImGearTIFFResolutionUnit>* value
);