Freigeben über


Statusing.ReadPublishedNoteForTask-Methode

Ruft die gesamte veröffentlichte Notiz für den angegebenen Vorgang im RTF-Format dar.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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
)

Parameter

Rückgabewert

Typ: []

Hinweise

Project Server-Berechtigungen

Es sind keine Berechtigungen erforderlich. Diese Methode liest Daten für nur die aktuelle angemeldete Ressource.

Siehe auch

Referenz

Statusing Klasse

Statusing-Member

WebSvcStatusing-Namespace