'Declaration Public Property GrayResponseUnit As Nullable(Of UShort)
'Usage Dim instance As ImGearTIFFMetadata Dim value As Nullable(Of UShort) instance.GrayResponseUnit = value value = instance.GrayResponseUnit
public Nullable<ushort> GrayResponseUnit {get; set;}
public: __property Nullable<ushort> get_GrayResponseUnit(); public: __property void set_GrayResponseUnit( Nullable<ushort> value );
public: property Nullable<ushort> GrayResponseUnit { Nullable<ushort> get(); void set ( Nullable<ushort> value); }