'Declaration Public Property InteroperabilityTags As TiffTagCollection
public TiffTagCollection InteroperabilityTags { get; set; }
public: __property TiffTagCollection* get_InteroperabilityTags(); public: __property void set_InteroperabilityTags(
TiffTagCollection* value
);
public:
property TiffTagCollection^ InteroperabilityTags { TiffTagCollection^ get(); void set(TiffTagCollection^ value); }