'Declaration
Public Property SpatialFrequencyResponse As ImGearXMPOECFSFR
'Usage
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPOECFSFR
instance.SpatialFrequencyResponse = value
value = instance.SpatialFrequencyResponse
public ImGearXMPOECFSFR SpatialFrequencyResponse {get; set;}
public: __property ImGearXMPOECFSFR* get_SpatialFrequencyResponse();
public: __property void set_SpatialFrequencyResponse(
ImGearXMPOECFSFR* value
);
public:
property ImGearXMPOECFSFR^ SpatialFrequencyResponse {
ImGearXMPOECFSFR^ get();
void set ( ImGearXMPOECFSFR^ value);
}