Reflection
ViewCount Property


Gets the number of views that are running.
Syntax
'Declaration
 
ReadOnly Property ViewCount As Integer
'Usage
 
Dim instance As IFrame
Dim value As Integer
 
value = instance.ViewCount
int ViewCount {get;}
See Also