Visual Basic (Usage) | ![]() |
---|---|
Dim instance As XmlServer Dim bindID As String Dim value As Object value = instance.GetBindValue(bindID) |
Parameters
- bindID
- Name of the DataBind definition.
Return Value
returns the current value from the internal DataBind buffer. Null (Nothing) is returned if no DataBind is active or the name is not found.Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
>