ContainsDynamicValueProperty.PropertyName Property

 

Gets or sets the property name to search for.

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

Syntax

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

Property Value

Type: System.Activities.InArgument<String>

Returns the target property name.

See Also

ContainsDynamicValueProperty Class
Microsoft.Activities Namespace

Return to top