Share via


CompositeTask.RelatedContentLinkListItemIntegerId property

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
Public Property RelatedContentLinkListItemIntegerId As InArgument(Of Integer)
    Get
    Set
'Usage
Dim instance As CompositeTask
Dim value As InArgument(Of Integer)

value = instance.RelatedContentLinkListItemIntegerId

instance.RelatedContentLinkListItemIntegerId = value
public InArgument<int> RelatedContentLinkListItemIntegerId { get; set; }

Property value

Type: System.Activities.InArgument<Int32>

See also

Reference

CompositeTask class

CompositeTask members

Microsoft.SharePoint.WorkflowServices.Activities namespace