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
- fieldName
Type: System.String
- value
Type: System.Object