Share via


ReplaceString.ExistingValue Property

 

Gets or sets the value to replace.

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

Syntax

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

Property Value

Type: System.Activities.InArgument<String>

Returns the value to replace.

See Also

ReplaceString Class
Microsoft.Activities.Expressions Namespace

Return to top