del método ResourcePlan.ReadResourcePlanStatus
Obtiene el estado del plan de recursos para el proyecto especificado.
Espacio de nombres: WebSvcResourcePlan
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
<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
'Uso
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
)
Parámetros
projectUid
Tipo: System.GuidContiene el GUID de proyecto.
Valor devuelto
Tipo: WebSvcResourcePlan.ResPlanStatus