ImageGear21.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPColorant Class : A Property |
'Declaration Public Property A As ImGearXMPInteger
'Usage Dim instance As ImGearXMPColorant Dim value As ImGearXMPInteger instance.A = value value = instance.A
public ImGearXMPInteger A {get; set;}
public: __property ImGearXMPInteger* get_A(); public: __property void set_A( ImGearXMPInteger* value );
public: property ImGearXMPInteger^ A { ImGearXMPInteger^ get(); void set ( ImGearXMPInteger^ value); }