Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides property settings and methods that are used to create a task link.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.ProjectServer.Client.TaskLinkCreationInformation
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.TaskLinkCreationInformation", ValueObject := True, _
ServerTypeId := "{735b458f-32e6-4629-a7a5-ecc8451e2fe1}")> _
Public Class TaskLinkCreationInformation _
Inherits ClientValueObject
'Usage
Dim instance As TaskLinkCreationInformation
[ScriptTypeAttribute("PS.TaskLinkCreationInformation", ValueObject = true,
ServerTypeId = "{735b458f-32e6-4629-a7a5-ecc8451e2fe1}")]
public class TaskLinkCreationInformation : ClientValueObject
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.