Share via


ResourceDataSet.ResourcesDataTable.RES_DEF_ASSN_OWNERColumn property

Defines the column for the RES_DEF_ASSN_OWNER field.

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

Syntax

'Declaration
Public ReadOnly Property RES_DEF_ASSN_OWNERColumn As DataColumn
    Get
'Usage
Dim instance As ResourceDataSet.ResourcesDataTable
Dim value As DataColumn

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

Property value

Type: System.Data.DataColumn
A DataColumn object for the field.

See also

Reference

ResourceDataSet.ResourcesDataTable class

ResourceDataSet.ResourcesDataTable members

WebSvcWorkflow namespace