'Declaration Public Property QuantisationMethod As Nullable(Of ImGearIPTCQuantisationMethod)
'Usage Dim instance As ImGearIPTCMetadata Dim value As Nullable(Of ImGearIPTCQuantisationMethod) instance.QuantisationMethod = value value = instance.QuantisationMethod
public Nullable<ImGearIPTCQuantisationMethod> QuantisationMethod {get; set;}
public: __property Nullable<ImGearIPTCQuantisationMethod> get_QuantisationMethod(); public: __property void set_QuantisationMethod( Nullable<ImGearIPTCQuantisationMethod> value );
public: property Nullable<ImGearIPTCQuantisationMethod> QuantisationMethod { Nullable<ImGearIPTCQuantisationMethod> get(); void set ( Nullable<ImGearIPTCQuantisationMethod> value); }