Compartir a través de


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.String

    El nombre del campo personalizado.

  • value
    Tipo: System.Object

    El valor que se establecerá para el campo personalizado.

Vea también

Referencia

clase Project

Miembros Project

Espacio de nombres Microsoft.ProjectServer.Client