Project.SetCustomFieldValue 方法
在项目上设置一个自定义字段。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public Sub SetCustomFieldValue ( _
fieldName As String, _
value As Object _
)
用法
Dim instance As Project
Dim fieldName As String
Dim value As Object
instance.SetCustomFieldValue(fieldName, _
value)
[RemoteAttribute]
public void SetCustomFieldValue(
string fieldName,
Object value
)
参数
fieldName
类型:System.String自定义域的名称。
value
类型:System.Object要设置的自定义字段的值。