del método ResourcePlan.CheckOutResourcePlans
Desprotege los planes de recursos especificado.
Espacio de nombres: WebSvcResourcePlan
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/CheckOutResourcePlans", 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 Sub CheckOutResourcePlans ( _
projectUids As Guid() _
)
'Uso
Dim instance As ResourcePlan
Dim projectUids As Guid()
instance.CheckOutResourcePlans(projectUids)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/CheckOutResourcePlans", 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 void CheckOutResourcePlans(
Guid[] projectUids
)
Parámetros
projectUids
Tipo: []Contiene una matriz de GUID de proyecto.