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