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
fieldName
Type: System.StringThe name of the custom field.
value
Type: System.ObjectThe value to be set for the custom field.