ContainsDynamicValueProperty.PropertyName Property

 

Gets or sets the property name to search for.

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

[RequiredArgumentAttribute]
public InArgument<string> PropertyName {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Activities.InArgument<String>

Returns the target property name.

Return to top
Show: