| Visual Basic (Declaration) | |
|---|---|
Protected Overrides ReadOnly Property TagKey As HtmlTextWriterTag | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LiveTableCell Dim value As HtmlTextWriterTag value = instance.TagKey | |
| C# | |
|---|---|
protected override HtmlTextWriterTag TagKey {get;} | |
| C++/CLI | |
|---|---|
protected: property HtmlTextWriterTag TagKey { HtmlTextWriterTag get() override; } | |
Target Platforms: Microsoft .NET Framework 2.0
Copy Code