共用方式為


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