'Declaration Public MustOverride ReadOnly Property PointCount As System.Int32
public abstract System.Int32 PointCount { get; }
public: __property abstract System.Int32 get_PointCount();
public:
abstract property System.Int32 PointCount { System.Int32 get(); }