Task.Id - Propriété
Obtient le GUID de la tâche.
Espace de noms : Microsoft.ProjectServer.Client
Assembly : Microsoft.ProjectServer.Client (dans Microsoft.ProjectServer.Client.dll)
Syntaxe
'Déclaration
<RemoteAttribute> _
Public ReadOnly Property Id As Guid
Get
'Utilisation
Dim instance As Task
Dim value As Guid
value = instance.Id
[RemoteAttribute]
public Guid Id { get; }
Valeur de propriété
Type : System.Guid
Le GUID de la tâche.