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