SetDynamicValueProperty.PropertyValue Property

 

Gets or sets the property value.

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

[DefaultValueAttribute(null)]
[RequiredArgumentAttribute]
public InArgument PropertyValue {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Activities.InArgument

The property value.

Return to top
Show: