Compartir a través de


del método ProjectCollection.GetByGuid

Obtiene un proyecto de la colección con el GUID especificado.

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

Sintaxis

'Declaración
<RemoteAttribute> _
Public Function GetByGuid ( _
    uid As Guid _
) As PublishedProject
'Uso
Dim instance As ProjectCollection
Dim uid As Guid
Dim returnValue As PublishedProject

returnValue = instance.GetByGuid(uid)
[RemoteAttribute]
public PublishedProject GetByGuid(
    Guid uid
)

Parámetros

Valor devuelto

Tipo: Microsoft.ProjectServer.Client.PublishedProject
Un proyecto publicado.

Vea también

Referencia

clase ProjectCollection

Miembros ProjectCollection

Espacio de nombres Microsoft.ProjectServer.Client