LookupWorkflowContextProperty members
Provides a workflow activity to lookup a specified workflow context property.
The LookupWorkflowContextProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LookupWorkflowContextProperty | Initializes a new instance of the LookupWorkflowContextProperty class. |
Top
Properties
Name | Description | |
---|---|---|
CacheId | (Inherited from Activity.) | |
Constraints | (Inherited from Activity.) | |
DisplayName | (Inherited from Activity.) | |
Id | (Inherited from Activity.) | |
Implementation | (Inherited from Activity.) | |
PropertyName | Gets or sets the name of the workflow context property to lookup. | |
Result | (Inherited from Activity<String>.) | |
ResultType | (Inherited from ActivityWithResult.) |
Top
Methods
Name | Description | |
---|---|---|
CacheMetadata | (Inherited from Activity.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ShouldSerializeDisplayName | (Inherited from Activity.) | |
ToString | (Inherited from Activity.) |
Top