ActivityWithResult::Result Property

.NET Framework (current version)
 

When implemented in a derived class, gets or sets the value of an object of type OutArgument.

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

public:
[IgnoreDataMemberAttribute]
property OutArgument^ Result {
	OutArgument^ get();
	void set(OutArgument^ value);
}

Property Value

Type: System.Activities::OutArgument^

An out argument.

.NET Framework
Available since 4.0
Return to top
Show: