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