Visual Basic (Declaration) | |
---|---|
Public Overrides Function getValue( _ ByVal mode As Integer, _ ByVal tagType As String _ ) As Object |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ODataResultRow Dim mode As Integer Dim tagType As String Dim value As Object value = instance.getValue(mode, tagType) |
Parameters
- mode
- One of the BaseTag.MODE_ values.
- tagType
- the type= for the tag.
Return Value
The value in this result. null if this does not have value.Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family