다음을 통해 공유


Project.SetCustomFieldValue method

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
Public Sub SetCustomFieldValue ( _
    fieldName As String, _
    value As Object _
)
'Usage
Dim instance As Project
Dim fieldName As String
Dim value As Object

instance.SetCustomFieldValue(fieldName, _
    value)
public void SetCustomFieldValue(
    string fieldName,
    Object value
)

Parameters

See also

Reference

Project class

Project members

Microsoft.ProjectServer.Client namespace