Freigeben über


WssInterop.GetWSSVServerURLs-Methode

Ruft eine Liste von URLs für virtuelle SharePoint-Server in einer Farm.

Namespace:  WebSvcWssInterop
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/GetWSSVServerURLs", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetWSSVServerURLs As String()
'Usage
Dim instance As WssInterop
Dim returnValue As String()

returnValue = instance.GetWSSVServerURLs()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/GetWSSVServerURLs", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string[] GetWSSVServerURLs()

Rückgabewert

Typ: []
Das Zeichenfolgenarray der SharePoint-URLs.

Hinweise

Die Websites müssen innerhalb einer SharePoint-Farm sein.

Project Server-Berechtigungen

Berechtigung

Beschreibung

LogOn

Ermöglicht es dem Benutzer zur Anmeldung bei Project Server. Die globale Berechtigung.

Siehe auch

Referenz

WssInterop Klasse

WssInterop-Member

WebSvcWssInterop-Namespace