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ユーザー設定フィールドに対して設定する値。