ExtractSubstringFromIndexLengthActivity.Length Property
Gets or sets the length of the substring to be extracted.
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 ExtractSubstringFromIndexLengthActivity
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
ExtractSubstringFromIndexLengthActivity Class