Show / Hide Table of Contents

Class ActivityWithResult

Inheritance
System.Object
Activity
ActivityWithResult
Activity<TResult>
Inherited Members
Activity.ToString()
Activity.ShouldSerializeDisplayName()
Activity.CacheMetadata(ActivityMetadata)
Activity.ImplementationVersion
Activity.Implementation
Activity.Constraints
Activity.CacheId
Activity.DisplayName
Activity.Id
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public abstract class ActivityWithResult : Activity

Properties

Result

Declaration
public OutArgument Result { get; set; }
Property Value
OutArgument

ResultType

Declaration
public Type ResultType { get; }
Property Value
System.Type

Back to top Generated by DocFX