SqlColumnBinder.ColumnName Property
Name of the column this binder binds too.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property ColumnName As String
public string ColumnName { get; }
public:
property String^ ColumnName {
String^ get ();
}
member ColumnName : string with get
function get ColumnName () : String
Property Value
Type: System.String
Returns String.
.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.