IsEmptyDynamicValue.Input Property

 

Gets or sets the target DynamicValue.

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

[RequiredArgumentAttribute]
public InArgument<DynamicValue> Input {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Activities.InArgument<DynamicValue>

Returns the target DynamicValue.

Return to top
Show: