Compartir a través de


del método PublishedTaskLinkCollection.GetById

Devuelve un vínculo de tarea de la colección con el valor de Id .

Espacio de nombres:  Microsoft.ProjectServer.Client
Ensamblado:  Microsoft.ProjectServer.Client (en Microsoft.ProjectServer.Client.dll)

Sintaxis

'Declaración
<RemoteAttribute> _
Public Function GetById ( _
    objectId As String _
) As PublishedTaskLink
'Uso
Dim instance As PublishedTaskLinkCollection
Dim objectId As String
Dim returnValue As PublishedTaskLink

returnValue = instance.GetById(objectId)
[RemoteAttribute]
public PublishedTaskLink GetById(
    string objectId
)

Parámetros

  • objectId
    Tipo: System.String

    La representación de cadena del GUID de vínculo de tarea.

Valor devuelto

Tipo: Microsoft.ProjectServer.Client.PublishedTaskLink
Un objeto PublishedTaskLink .

Vea también

Referencia

clase PublishedTaskLinkCollection

Miembros PublishedTaskLinkCollection

Espacio de nombres Microsoft.ProjectServer.Client