TaskLinkCreationInformation.EndId-Eigenschaft
Ruft ab oder legt die GUID des Vorgangs, der am Ende der Verbindung ist.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property EndId As Guid
Get
Set
'Usage
Dim instance As TaskLinkCreationInformation
Dim value As Guid
value = instance.EndId
instance.EndId = value
[RemoteAttribute]
public Guid EndId { get; set; }
Eigenschaftswert
Typ: System.Guid
Ein End-Vorgangsverknüpfung GUID.
Siehe auch
Referenz
TaskLinkCreationInformation Klasse