ResourcePlan.ReadResourcePlanStatus-Methode
Ruft den Status der Ressource Plan für das angegebene Projekt ab.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/ReadResourcePlanStatus", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadResourcePlanStatus ( _
projectUid As Guid _
) As ResPlanStatus
'Usage
Dim instance As ResourcePlan
Dim projectUid As Guid
Dim returnValue As ResPlanStatus
returnValue = instance.ReadResourcePlanStatus(projectUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/ReadResourcePlanStatus", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public ResPlanStatus ReadResourcePlanStatus(
Guid projectUid
)
Parameter
projectUid
Typ: System.GuidEnthält die Projekt-GUID.
Rückgabewert
Typ: WebSvcResourcePlan.ResPlanStatus