ExtractSubstringFromIndexLengthActivity.StringVal property
Gets or sets the workflow variable string that the specified Substring is to be extracted from.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property StringVal As String
Get
Set
'Usage
Dim instance As ExtractSubstringFromIndexLengthActivity
Dim value As String
value = instance.StringVal
instance.StringVal = value
[ValidationOptionAttribute(ValidationOption.Required)]
public string StringVal { get; set; }
Property value
Type: System.String
Returns String.
See also
Reference
ExtractSubstringFromIndexLengthActivity class