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