Share via


ExtractSubstringFromIndex.Index property

Gets or sets the index in the string from which to extract the specified substring.

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

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property Index As InArgument(Of Integer)
    Get
    Set
'Usage
Dim instance As ExtractSubstringFromIndex
Dim value As InArgument(Of Integer)

value = instance.Index

instance.Index = value
[RequiredArgumentAttribute]
public InArgument<int> Index { get; set; }

Property value

Type: System.Activities.InArgument<Int32>

See also

Reference

ExtractSubstringFromIndex class

ExtractSubstringFromIndex members

Microsoft.SharePoint.WorkflowServices.Activities namespace