'Declaration
Public Property ChromaticAberationB As ImGearXMPInteger
'Usage
Dim instance As ImGearCameraRawXMPMetadata
Dim value As ImGearXMPInteger
instance.ChromaticAberationB = value
value = instance.ChromaticAberationB
public ImGearXMPInteger ChromaticAberationB {get; set;}
public: __property ImGearXMPInteger* get_ChromaticAberationB();
public: __property void set_ChromaticAberationB(
ImGearXMPInteger* value
);
public:
property ImGearXMPInteger^ ChromaticAberationB {
ImGearXMPInteger^ get();
void set ( ImGearXMPInteger^ value);
}