del método WssInterop.GetWSSVServerURL
Obtiene la dirección URL de un sitio de SharePoint especificado.
Espacio de nombres: WebSvcWssInterop
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
<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
'Uso
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
)
Parámetros
wssServerUID
Tipo: System.GuidEl GUID del servidor dentro de una granja de servidores.
Valor devuelto
Tipo: System.String
La cadena de la dirección URL de sitio de SharePoint.
Comentarios
El sitio debe estar dentro de la granja de servidores de SharePoint.
Permisos de Project Server
Permiso |
Descripción |
---|---|
Permite al usuario iniciar sesión en Project Server. Permiso global. |