Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the column name of the Current element.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property ColumnName As String
public string ColumnName { get; }
public:
property String^ ColumnName {
String^ get ();
}
public function get ColumnName () : String
Field Value
The column name of the Current element.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace