Share via


ExtractSubstringFromIndexLengthActivity.SubstringVariable property

Gets or sets the string containing the extracted Substring.

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 ExtractSubstringFromIndexLengthActivity
Dim value As String

value = instance.SubstringVariable

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

Property value

Type: System.String
Returns String.

See also

Reference

ExtractSubstringFromIndexLengthActivity class

ExtractSubstringFromIndexLengthActivity members

Microsoft.SharePoint.WorkflowActions namespace