del método Workflow.ReadEnterpriseProjectType
Obtiene información sobre el tipo de proyecto de empresa especificado (EPT).
Espacio de nombres: WebSvcWorkflow
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Workflow/ReadEnterpriseProjectType", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Workflow/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Workflow/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadEnterpriseProjectType ( _
enterpriseProjectTypeUid As Guid _
) As WorkflowDataSet
'Uso
Dim instance As Workflow
Dim enterpriseProjectTypeUid As Guid
Dim returnValue As WorkflowDataSet
returnValue = instance.ReadEnterpriseProjectType(enterpriseProjectTypeUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Workflow/ReadEnterpriseProjectType", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Workflow/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Workflow/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public WorkflowDataSet ReadEnterpriseProjectType(
Guid enterpriseProjectTypeUid
)
Parámetros
enterpriseProjectTypeUid
Tipo: System.GuidEl GUID de la etp.
Valor devuelto
Tipo: WebSvcWorkflow.WorkflowDataSet
Comentarios
El WorkflowDataSet.EnterpriseProjectTypeRow en WorkflowDataSet.EnterpriseProjectTypeDataTable contiene la información de etp.
Permisos de Project Server
Permiso |
Descripción |
---|---|
Permite al usuario administrar flujos de trabajo. Permiso global. |
|
Permite al usuario crear y publicar proyectos nuevos. Permiso global. |