ReadProjectProperty Members
Include Protected Members
Include Inherited Members
The workflow activity that reads the specified property of a project. The property can be an intrinsic property, such as the start date, or a project custom field.
The ReadProjectProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReadProjectProperty | Creates a new instance of the ReadProjectProperty class. |
Top
Properties
Name | Description | |
---|---|---|
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
IsDynamicActivity | (Inherited from Activity.) | |
MdPropUid | Gets or sets the GUID of the project property. | |
Name | (Inherited from Activity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
PropertyName | Gets or sets the name of the project property. | |
PropertyValues | Gets or sets property values, in a localized string array. | |
QualifiedName | (Inherited from Activity.) | |
Site | (Inherited from DependencyObject.) | |
UserData | (Inherited from DependencyObject.) | |
WorkflowContext | Gets or sets the context of the ReadProjectProperty activity in the parent workflow activity. | |
WorkflowInstanceId | (Inherited from Activity.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
Canceling | (Inherited from Activity.) | |
Closed | (Inherited from Activity.) | |
Compensating | (Inherited from Activity.) | |
Executing | (Inherited from Activity.) | |
Faulting | (Inherited from Activity.) | |
StatusChanged | (Inherited from Activity.) |
Top
Fields
Name | Description | |
---|---|---|
MdPropUidProperty | Contains the MdPropUid property, which is the GUID of the project property. | |
PropertyNameProperty | Contains the PropertyName property, which is the name of the project property. | |
PropertyValuesProperty | Contains the PropertyValues property, which is a localized string array of the values of the specified property. | |
WorkflowContextProperty | Contains the WorkflowContext property, which is the context of the ReadProjectProperty activity in the parent ProjectSequence activity. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IActivityEventListener<QueueEventArgs>.OnEvent | The interface of the event listener for the ReadProjectProperty workflow activity. | |
IComponent.Disposed | (Inherited from DependencyObject.) |
Top