'Declaration Public Property SupplementType As Nullable(Of ImGearIPTCSupplementType)
'Usage Dim instance As ImGearIPTCMetadata Dim value As Nullable(Of ImGearIPTCSupplementType) instance.SupplementType = value value = instance.SupplementType
public Nullable<ImGearIPTCSupplementType> SupplementType {get; set;}
public: __property Nullable<ImGearIPTCSupplementType> get_SupplementType(); public: __property void set_SupplementType( Nullable<ImGearIPTCSupplementType> value );
public: property Nullable<ImGearIPTCSupplementType> SupplementType { Nullable<ImGearIPTCSupplementType> get(); void set ( Nullable<ImGearIPTCSupplementType> value); }