Share via


Project.SetCustomFieldValue method

Sets a custom field on the project.

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

Syntax

'Declaration
<RemoteAttribute> _
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)
[RemoteAttribute]
public void SetCustomFieldValue(
    string fieldName,
    Object value
)

Parameters

  • value
    Type: System.Object

    The value to be set for the custom field.

See also

Reference

Project class

Project members

Microsoft.ProjectServer.Client namespace