| Visual Basic (Declaration) | |
|---|---|
Protected boundField As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LiveBoundColumn Dim value As String value = instance.boundField instance.boundField = value | |
| C# | |
|---|---|
protected string boundField | |
| C++/CLI | |
|---|---|
protected: String^ boundField | |
Target Platforms: Microsoft .NET Framework 2.0
Copy Code