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