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