Partager via


WssInterop.GetWSSVServerURL - Méthode

Obtient l'URL d'un site SharePoint spécifié.

Espace de noms :  WebSvcWssInterop
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
<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
'Utilisation
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
)

Paramètres

  • wssServerUID
    Type : System.Guid

    Le GUID du serveur au sein d'une batterie de serveurs.

Valeur renvoyée

Type : System.String
La chaîne de l'URL du site SharePoint.

Remarques

Le site doit être au sein de la batterie de serveurs SharePoint.

Autorisations Project Server

Autorisation

Description

LogOn

Permet à l'utilisateur de se connecter à Project Server. Autorisation globale.

Voir aussi

Référence

WssInterop classe

WssInterop - Membres

WebSvcWssInterop - Espace de noms