Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 ExtractSubstringFromStartActivity
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
ExtractSubstringFromStartActivity Class