'DeclarationPublic ReadOnly Property FileFormat As ImageFileFormat
'UsageDim instance As ImageInfo Dim value As ImageFileFormat value = instance.FileFormat
public ImageFileFormat FileFormat {get;}
public read-only property FileFormat: ImageFileFormat;
public function get FileFormat : ImageFileFormat
public: property ImageFileFormat FileFormat { ImageFileFormat get(); }