SingleTask.RelatedContentLinkListId property
Gets or sets the identifier of the list that contains links to related content.
Namespace: Microsoft.SharePoint.WorkflowServices.Activities
Assembly: Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)
Syntax
'Declaration
Public Property RelatedContentLinkListId As InArgument(Of Guid)
Get
Set
'Usage
Dim instance As SingleTask
Dim value As InArgument(Of Guid)
value = instance.RelatedContentLinkListId
instance.RelatedContentLinkListId = value
public InArgument<Guid> RelatedContentLinkListId { get; set; }
Property value
Type: System.Activities.InArgument<Guid>
The identifier of the list of related content links.