DevForce Help Reference
GetValue(String,Type) Method


The name specified in the <verifierArg> element
The type of the value in the <verifierArg> element
Returns the value in the <verifierArgs> collection corresponding to the given name. If name does not exist, the default value for the given type is returned.
Syntax
'Declaration
 
Public Overloads Function GetValue( _
   ByVal name As String, _
   ByVal type As Type _
) As Object
'Usage
 
Dim instance As VerifierElement
Dim name As String
Dim type As Type
Dim value As Object
 
value = instance.GetValue(name, type)
public object GetValue( 
   string name,
   Type type
)

Parameters

name
The name specified in the <verifierArg> element
type
The type of the value in the <verifierArg> 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
Overload List

Send Feedback