WorkflowDataSet.WorkflowStageCustomFieldsDataTable.READ_ONLYColumn Property
Defines the column for the READ_ONLY field.
Namespace: [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property READ_ONLYColumn As DataColumn
Get
'Usage
Dim instance As WorkflowDataSet.WorkflowStageCustomFieldsDataTable
Dim value As DataColumn
value = instance.READ_ONLYColumn
public DataColumn READ_ONLYColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
WorkflowDataSet.WorkflowStageCustomFieldsDataTable Class