签出指定的企业自定义域进行编辑。
命名空间: WebSvcCustomFields
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CustomFields/CheckOutCustomFields", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub CheckOutCustomFields ( _
array As Guid() _
)
用法
Dim instance As CustomFields
Dim array As Guid()
instance.CheckOutCustomFields(array)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CustomFields/CheckOutCustomFields", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void CheckOutCustomFields(
Guid[] array
)
参数
array
类型:[]自定义域 Guid 的数组。
备注
代码示例,请参阅UpdateCustomFields2。
Project Server 权限
权限 |
说明 |
|---|---|
允许用户修改企业自定义域和查阅表格值的定义。全局权限。 |