IdeaBlade DevForce 2010 Help Reference
Item Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace > VerifierElement Class : Item Property



name
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

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal name As String _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As VerifierElement
Dim name As String
Dim value As Object
 
value = instance.Item(name)
C# 
public object this[ 
   string name
]; {get;}
C++/CLI 
public:
property Object^ default [String^] {
   Object^ get(String^ name);
}

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

© 2013 All Rights Reserved.