'Declaration Public Property FileFormatVersion As Nullable(Of UShort)
'Usage Dim instance As ImGearIPTCMetadata Dim value As Nullable(Of UShort) instance.FileFormatVersion = value value = instance.FileFormatVersion
public Nullable<ushort> FileFormatVersion {get; set;}
public: __property Nullable<ushort> get_FileFormatVersion(); public: __property void set_FileFormatVersion( Nullable<ushort> value );
public: property Nullable<ushort> FileFormatVersion { Nullable<ushort> get(); void set ( Nullable<ushort> value); }