del método Project.ReadServerTimelineData
Devuelve los elementos que se muestran actualmente en la escala de tiempo conectado además de los datos de formato especiales que se haya definido por el usuario.
Espacio de nombres: WebSvcProject
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/ReadServerTimelineData", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadServerTimelineData ( _
timelineType As Guid _
) As String
'Uso
Dim instance As Project
Dim timelineType As Guid
Dim returnValue As String
returnValue = instance.ReadServerTimelineData(timelineType)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/ReadServerTimelineData", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string ReadServerTimelineData(
Guid timelineType
)
Parámetros
timelineType
Tipo: System.GuidGUID que representa el tipo de escala de tiempo.
Valor devuelto
Tipo: System.String
Una cadena que contiene los datos de escala de tiempo y los datos de formato especiales.