Share via


ExtractSubstringFromIndexActivity.Index property

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

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property Index As Double
    Get
    Set
'Usage
Dim instance As ExtractSubstringFromIndexActivity
Dim value As Double

value = instance.Index

instance.Index = value
[ValidationOptionAttribute(ValidationOption.Required)]
public double Index { get; set; }

Property value

Type: System.Double
Returns Double.

See also

Reference

ExtractSubstringFromIndexActivity class

ExtractSubstringFromIndexActivity members

Microsoft.SharePoint.WorkflowActions namespace