TaskLinkCreationInformation.EndId property
Gets or sets the GUID of the task that is at the end of the link.
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; }
Property value
Type: System.Guid
An end task link GUID.
See also
Reference
TaskLinkCreationInformation class