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