del método Project.SetCustomFieldValue
Establece un campo personalizado en el proyecto.
Espacio de nombres: Microsoft.ProjectServer.Client
Ensamblado: Microsoft.ProjectServer.Client (en Microsoft.ProjectServer.Client.dll)
Sintaxis
'Declaración
<RemoteAttribute> _
Public Sub SetCustomFieldValue ( _
fieldName As String, _
value As Object _
)
'Uso
Dim instance As Project
Dim fieldName As String
Dim value As Object
instance.SetCustomFieldValue(fieldName, _
value)
[RemoteAttribute]
public void SetCustomFieldValue(
string fieldName,
Object value
)
Parámetros
fieldName
Tipo: System.StringEl nombre del campo personalizado.
value
Tipo: System.ObjectEl valor que se establecerá para el campo personalizado.