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.
Defines the column for the PROJ_OPT_DAYS_PER_MONTH field.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property PROJ_OPT_DAYS_PER_MONTHColumn As DataColumn
Get
'Usage
Dim instance As ProjectDataSet.ProjectDataTable
Dim value As DataColumn
value = instance.PROJ_OPT_DAYS_PER_MONTHColumn
public DataColumn PROJ_OPT_DAYS_PER_MONTHColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
ProjectDataSet.ProjectDataTable Class