Share via


ExtractSubstringFromIndexActivity.SubstringVariable property

Gets or sets the substring that is extracted.

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

Syntax

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

value = instance.SubstringVariable

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

Property value

Type: System.String
The substring that is extracted.

See also

Reference

ExtractSubstringFromIndexActivity class

ExtractSubstringFromIndexActivity members

Microsoft.SharePoint.WorkflowActions namespace