EndsWithString.SearchValue Property

 

Gets or sets the target search string.

Namespace:   Microsoft.Activities.Expressions
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Syntax

[RequiredArgumentAttribute]
public InArgument<string> SearchValue {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[RequiredArgumentAttribute]
property InArgument<String^>^ SearchValue {
    [CompilerGeneratedAttribute]
    InArgument<String^>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<String^>^ value);
}
[<RequiredArgumentAttribute>]
member SearchValue : InArgument<string> with get, set
<RequiredArgumentAttribute>
Public Property SearchValue As InArgument(Of String)

Property Value

Type: System.Activities.InArgument<String>

Returns the target search string.

See Also

EndsWithString Class
Microsoft.Activities.Expressions Namespace

Return to top