del método Statusing.ReadPublishedNoteForTask
Obtiene toda la nota publicada para la tarea especificada en formato RTF.
Espacio de nombres: WebSvcStatusing
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadPublishedNoteForTask", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadPublishedNoteForTask ( _
taskid As Guid _
) As Byte()
'Uso
Dim instance As Statusing
Dim taskid As Guid
Dim returnValue As Byte()
returnValue = instance.ReadPublishedNoteForTask(taskid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadPublishedNoteForTask", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public byte[] ReadPublishedNoteForTask(
Guid taskid
)
Parámetros
taskid
Tipo: System.GuidIdentificador único de la tarea
Valor devuelto
Tipo: []
Comentarios
Permisos de Project Server
Se requiere ningún permiso. Este método lee datos de solo la actual sesión recursos.