Share via


ProjectDataSet.ProjectResourceDataTable.RES_AVAIL_TOColumn property

Defines the column for the RES_AVAIL_TO field.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public ReadOnly Property RES_AVAIL_TOColumn As DataColumn
    Get
'Usage
Dim instance As ProjectDataSet.ProjectResourceDataTable
Dim value As DataColumn

value = instance.RES_AVAIL_TOColumn
public DataColumn RES_AVAIL_TOColumn { get; }

Property value

Type: System.Data.DataColumn

See also

Reference

ProjectDataSet.ProjectResourceDataTable class

ProjectDataSet.ProjectResourceDataTable members

WebSvcProject namespace