Gets or sets a property, attribute, or child element of this VerifierElement.              If pName is not found in VerifierElement, then VerifierArgs children are checked.              
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public ReadOnly Default Property Item( _
   ByVal name As String _
) As Object  | 
 
            Parameters
- name
 
- The name of the property to access.
 
            
            Property Value
The specified property, attribute, or child element
 
            
            
            
            
            
            
            
            
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
            
            
See Also