WssInterop.GetWSSVServerURL-Methode
Ruft die URL der angegebenen SharePoint-Website.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/GetWSSVServerURL", 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 GetWSSVServerURL ( _
wssServerUID As Guid _
) As String
'Usage
Dim instance As WssInterop
Dim wssServerUID As Guid
Dim returnValue As String
returnValue = instance.GetWSSVServerURL(wssServerUID)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/GetWSSVServerURL", 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 GetWSSVServerURL(
Guid wssServerUID
)
Parameter
wssServerUID
Typ: System.GuidDie GUID des Servers in einer Farm.
Rückgabewert
Typ: System.String
Die Zeichenfolge der SharePoint-Website-URL.
Hinweise
Der Standort muss innerhalb der SharePoint-Farm sein.
Project Server-Berechtigungen
Berechtigung |
Beschreibung |
---|---|
Ermöglicht es dem Benutzer zur Anmeldung bei Project Server. Die globale Berechtigung. |