Share via


ExtractSubstringFromEndActivity.Length property

Specifies the length of the substring from the end of the containing string to extract.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property Length As Double
    Get
    Set
'Usage
Dim instance As ExtractSubstringFromEndActivity
Dim value As Double

value = instance.Length

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

Property value

Type: System.Double
Returns Double.

See also

Reference

ExtractSubstringFromEndActivity class

ExtractSubstringFromEndActivity members

Microsoft.SharePoint.WorkflowActions namespace