Compartir a través de


ProjectWSSInfoDataSet.ProjWssInfo Property

Gets the ProjWssInfoDataTable, for the collection of SharePoint site interoperability data.

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
<BrowsableAttribute(False)> _
Public ReadOnly Property ProjWssInfo As ProjectWSSInfoDataSet.ProjWssInfoDataTable
    Get
'Usage
Dim instance As ProjectWSSInfoDataSet
Dim value As ProjectWSSInfoDataSet.ProjWssInfoDataTable

value = instance.ProjWssInfo
[BrowsableAttribute(false)]
public ProjectWSSInfoDataSet.ProjWssInfoDataTable ProjWssInfo { get; }

Property Value

Type: [WssInterop Web service].ProjectWSSInfoDataSet.ProjWssInfoDataTable

See Also

Reference

ProjectWSSInfoDataSet Class

ProjectWSSInfoDataSet Members

WssInterop Web Service