'Declaration Public Property FileFormat As Nullable(Of ImGearIPTCFileFormatID)
'Usage Dim instance As ImGearIPTCMetadata Dim value As Nullable(Of ImGearIPTCFileFormatID) instance.FileFormat = value value = instance.FileFormat
public Nullable<ImGearIPTCFileFormatID> FileFormat {get; set;}
public: __property Nullable<ImGearIPTCFileFormatID> get_FileFormat(); public: __property void set_FileFormat( Nullable<ImGearIPTCFileFormatID> value );
public: property Nullable<ImGearIPTCFileFormatID> FileFormat { Nullable<ImGearIPTCFileFormatID> get(); void set ( Nullable<ImGearIPTCFileFormatID> value); }