Share via


ExtractSubstringFromIndex.Value property

Gets or sets the string from which to extract a substring from at the given index.

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

Syntax

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

value = instance.Value

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

Property value

Type: System.Activities.InArgument<String>

See also

Reference

ExtractSubstringFromIndex class

ExtractSubstringFromIndex members

Microsoft.SharePoint.WorkflowServices.Activities namespace