DataBindingAttribute.ColumnName Property
Gets the name of the column that contains data to bind.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property ColumnName As String
'Usage
Dim instance As DataBindingAttribute
Dim value As String
value = instance.ColumnName
public string ColumnName { get; }
public:
property String^ ColumnName {
String^ get ();
}
public function get ColumnName () : String
Property Value
Type: System.String
A column name.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.