Class ActivityInstance
Inheritance
System.Object
ActivityInstance
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public sealed class ActivityInstance : Object, ActivityInstanceMap.IActivityReference
Properties
Activity
Id
Declaration
public string Id { get; }
Property Value
System.String
|
ImplementationVersion
Declaration
public Version ImplementationVersion { get; }
Property Value
System.Version
|
IsCompleted
Declaration
public bool IsCompleted { get; }
Property Value
System.Boolean
|