StatusingDataSet.LocalCustomFieldMetadataDataTable.MD_PROP_UIDColumn Property
Defines the column for the MD_PROP_UID 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 MD_PROP_UIDColumn As DataColumn
Get
'Usage
Dim instance As StatusingDataSet.LocalCustomFieldMetadataDataTable
Dim value As DataColumn
value = instance.MD_PROP_UIDColumn
public DataColumn MD_PROP_UIDColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
StatusingDataSet.LocalCustomFieldMetadataDataTable Class