'Declaration Public Property BitsPerComponent As Nullable(Of Byte)
'Usage Dim instance As ImGearIPTCMetadata Dim value As Nullable(Of Byte) instance.BitsPerComponent = value value = instance.BitsPerComponent
public Nullable<byte> BitsPerComponent {get; set;}
public: __property Nullable<byte> get_BitsPerComponent(); public: __property void set_BitsPerComponent( Nullable<byte> value );
public: property Nullable<byte> BitsPerComponent { Nullable<byte> get(); void set ( Nullable<byte> value); }