EndsWithString.Input Property

 

Gets or sets the input string.

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

Syntax

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

Property Value

Type: System.Activities.InArgument<String>

Returns the input string.

See Also

EndsWithString Class
Microsoft.Activities.Expressions Namespace

Return to top