DevForce Help Reference
Item Property (VerifierElement)


The name of the property to access.
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
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal name As String _
) As Object
'Usage
 
Dim instance As VerifierElement
Dim name As String
Dim value As Object
 
value = instance.Item(name)
public object this[ 
   string name
]; {get;}

Parameters

name
The name of the property to access.

Property Value

The specified property, attribute, or child element
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VerifierElement Class
VerifierElement Members

Send Feedback