ExtractSubstringFromStart.Length property

Gets or sets the length of the substring to be extracted.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property Length As InArgument(Of Integer)
    Get
    Set
'Usage
Dim instance As ExtractSubstringFromStart
Dim value As InArgument(Of Integer)

value = instance.Length

instance.Length = value
[RequiredArgumentAttribute]
public InArgument<int> Length { get; set; }

Property value

Type: System.Activities.InArgument<Int32>

See also

Reference

ExtractSubstringFromStart class

ExtractSubstringFromStart members

Microsoft.SharePoint.WorkflowServices.Activities namespace