'Declaration
Property AutoShapeType As AutoShapeType
'Usage
Dim instance As IShape Dim value As AutoShapeType instance.AutoShapeType = value value = instance.AutoShapeType
AutoShapeType AutoShapeType {get; set;}
read-write property AutoShapeType: AutoShapeType;
function get,set AutoShapeType : AutoShapeType
__property AutoShapeType get_AutoShapeType(); __property void set_AutoShapeType( AutoShapeType value );
property AutoShapeType AutoShapeType { AutoShapeType get(); void set ( AutoShapeType value); }