Share via


ExtractSubstringFromIndexLengthActivity.Index property

Gets or sets the index of the string where the substring to be extracted begins.

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 ExtractSubstringFromIndexLengthActivity
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

ExtractSubstringFromIndexLengthActivity class

ExtractSubstringFromIndexLengthActivity members

Microsoft.SharePoint.WorkflowActions namespace