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