Statusing.ReadPublishedNoteForTask Method

Gets the entire published note for the specified task in .rtf format.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
<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()
'Usage
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
)

Parameters

Return Value

Type: []

Remarks

Project Server Permissions

No permissions are required. This method reads data for only the current logged-on resource.

See Also

Reference

Statusing Class

Statusing Members

Statusing Web Service