'Declaration Public Property ImgDirectionReference As Nullable(Of ImGearEXIFGPSDirectionReference)
'Usage Dim instance As ImGearEXIFGPSMetadata Dim value As Nullable(Of ImGearEXIFGPSDirectionReference) instance.ImgDirectionReference = value value = instance.ImgDirectionReference
public Nullable<ImGearEXIFGPSDirectionReference> ImgDirectionReference {get; set;}
public: __property Nullable<ImGearEXIFGPSDirectionReference> get_ImgDirectionReference(); public: __property void set_ImgDirectionReference( Nullable<ImGearEXIFGPSDirectionReference> value );
public: property Nullable<ImGearEXIFGPSDirectionReference> ImgDirectionReference { Nullable<ImGearEXIFGPSDirectionReference> get(); void set ( Nullable<ImGearEXIFGPSDirectionReference> value); }