'Declaration Public Property GPSImgDirectionRef As ImGearXMPEnum(Of ImGearEXIFGPSDirectionReference)
'Usage Dim instance As ImGearEXIFXMPMetadata Dim value As ImGearXMPEnum(Of ImGearEXIFGPSDirectionReference) instance.GPSImgDirectionRef = value value = instance.GPSImgDirectionRef
public ImGearXMPEnum<ImGearEXIFGPSDirectionReference> GPSImgDirectionRef {get; set;}
public: __property ImGearXMPEnum<ImGearEXIFGPSDirectionReference>* get_GPSImgDirectionRef(); public: __property void set_GPSImgDirectionRef( ImGearXMPEnum<ImGearEXIFGPSDirectionReference>* value );
public: property ImGearXMPEnum<ImGearEXIFGPSDirectionReference>^ GPSImgDirectionRef { ImGearXMPEnum<ImGearEXIFGPSDirectionReference>^ get(); void set ( ImGearXMPEnum<ImGearEXIFGPSDirectionReference>^ value); }