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