'Declaration Public Property Flash As Nullable(Of UShort)
'Usage Dim instance As ImGearEXIFMetadata Dim value As Nullable(Of UShort) instance.Flash = value value = instance.Flash
public Nullable<ushort> Flash {get; set;}
public: __property Nullable<ushort> get_Flash(); public: __property void set_Flash( Nullable<ushort> value );
public: property Nullable<ushort> Flash { Nullable<ushort> get(); void set ( Nullable<ushort> value); }