Partager via


DraftAssignmentCollection.GetById - Méthode

Obtient une affectation de projet à partir de la collection avec la valeur Id .

Espace de noms :  Microsoft.ProjectServer.Client
Assembly :  Microsoft.ProjectServer.Client (dans Microsoft.ProjectServer.Client.dll)

Syntaxe

'Déclaration
<RemoteAttribute> _
Public Function GetById ( _
    objectId As String _
) As DraftAssignment
'Utilisation
Dim instance As DraftAssignmentCollection
Dim objectId As String
Dim returnValue As DraftAssignment

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

Paramètres

  • objectId
    Type : System.String

    La représentation sous forme de chaîne du GUID d'assignation.

Valeur renvoyée

Type : Microsoft.ProjectServer.Client.DraftAssignment
Un objet DraftAssignment .

Voir aussi

Référence

DraftAssignmentCollection classe

DraftAssignmentCollection - Membres

Microsoft.ProjectServer.Client - Espace de noms