'Declaration
Property SizeRepresents As SizeRepresents
'Usage
Dim instance As IChartGroup Dim value As SizeRepresents instance.SizeRepresents = value value = instance.SizeRepresents
SizeRepresents SizeRepresents {get; set;}
read-write property SizeRepresents: SizeRepresents;
function get,set SizeRepresents : SizeRepresents
__property SizeRepresents get_SizeRepresents(); __property void set_SizeRepresents( SizeRepresents value );
property SizeRepresents SizeRepresents { SizeRepresents get(); void set ( SizeRepresents value); }