CreateDynamicValue.PropertyValue Property

 

Gets or sets the value of the property to add.

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

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

Property Value

Type: System.Activities.InArgument

Returns the property value.

Return to top
Show: