ProjectDataSet.ProjectDataTable.PROJ_PROP_AUTHORColumn Property
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public ReadOnly Property PROJ_PROP_AUTHORColumn As DataColumn
Get
'Usage
Dim instance As ProjectDataSet.ProjectDataTable
Dim value As DataColumn
value = instance.PROJ_PROP_AUTHORColumn
public DataColumn PROJ_PROP_AUTHORColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
ProjectDataSet.ProjectDataTable Class