TaskLinkCreationInformation.StartId property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property StartId As Guid
Get
Set
'Usage
Dim instance As TaskLinkCreationInformation
Dim value As Guid
value = instance.StartId
instance.StartId = value
public Guid StartId { get; set; }
Property value
Type: System.Guid
See also
Reference
TaskLinkCreationInformation class