'Declaration <BrowsableAttribute(False)> Public ReadOnly Property CountOfObjectsFound As Integer
'Usage Dim instance As Processor Dim value As Integer value = instance.CountOfObjectsFound
[Browsable(false)] public int CountOfObjectsFound {get;}
[Browsable(false)] public: __property int get_CountOfObjectsFound();
[Browsable(false)] public: property int CountOfObjectsFound { int get(); }
Note: Available in Professional edition.
Processor Class Processor Members
©2016. Accusoft Corporation. All Rights Reserved.