public int CountOfAreasFound {get;}
public: __property int get_CountOfAreasFound();
public: property int CountOfAreasFound { int get(); }
'Declaration Public ReadOnly Property CountOfAreasFound As Integer
'Usage Dim instance As InverseTextResults Dim value As Integer value = instance.CountOfAreasFound
InverseTextResults Class InverseTextResults Members
How can we improve?