| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property ValuesCount As Integer  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public int ValuesCount {get;}  | |
Return Value
The number of values in the received list of capability values.For an example, refer to WiaSession.EnumCapabilities 
            
 
            
            Use this property to determine the number of the capabilities contained in the Values collection in order to loop through them.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code