'Declaration Public Property DestLongitudeReference As Nullable(Of ImGearEXIFGPSLongitudeReference)
'Usage Dim instance As ImGearEXIFGPSMetadata Dim value As Nullable(Of ImGearEXIFGPSLongitudeReference) instance.DestLongitudeReference = value value = instance.DestLongitudeReference
public Nullable<ImGearEXIFGPSLongitudeReference> DestLongitudeReference {get; set;}
public: __property Nullable<ImGearEXIFGPSLongitudeReference> get_DestLongitudeReference(); public: __property void set_DestLongitudeReference( Nullable<ImGearEXIFGPSLongitudeReference> value );
public: property Nullable<ImGearEXIFGPSLongitudeReference> DestLongitudeReference { Nullable<ImGearEXIFGPSLongitudeReference> get(); void set ( Nullable<ImGearEXIFGPSLongitudeReference> value); }