ProjectDataSet.ProjectDataTable.CREATED_DATEColumn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the column for the CREATED_DATE field.
public:
property System::Data::DataColumn ^ CREATED_DATEColumn { System::Data::DataColumn ^ get(); };
public System.Data.DataColumn CREATED_DATEColumn { get; }
member this.CREATED_DATEColumn : System.Data.DataColumn
Public ReadOnly Property CREATED_DATEColumn As DataColumn
Property Value
A DataColumn object for the field.