'Declaration Public Property ColourRepresentation As Nullable(Of ImGearIPTCColourRepresentation)
'Usage Dim instance As ImGearIPTCMetadata Dim value As Nullable(Of ImGearIPTCColourRepresentation) instance.ColourRepresentation = value value = instance.ColourRepresentation
public Nullable<ImGearIPTCColourRepresentation> ColourRepresentation {get; set;}
public: __property Nullable<ImGearIPTCColourRepresentation> get_ColourRepresentation(); public: __property void set_ColourRepresentation( Nullable<ImGearIPTCColourRepresentation> value );
public: property Nullable<ImGearIPTCColourRepresentation> ColourRepresentation { Nullable<ImGearIPTCColourRepresentation> get(); void set ( Nullable<ImGearIPTCColourRepresentation> value); }