Class ActivityWithResult
Inherited Members
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public abstract class ActivityWithResult : Activity
Properties
Result
ResultType
Declaration
public Type ResultType { get; }
Property Value
System.Type
|