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