GetUserProfileActivity members
Retrieves user profile information based on information in the host workflow.
The GetUserProfileActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GetUserProfileActivity | Initializes a new instance of the GetUserProfileActivityclass. |
Top
Properties
Name | Description | |
---|---|---|
__Context | Gets or sets the [WorkflowContext] from which the __ContextProperty property can expose information about the active workflow instance to the workflow runtime. | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
FunctionName | property to get and set the name of user profile function. | |
IsDynamicActivity | (Inherited from Activity.) | |
Name | (Inherited from Activity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
PropertyName | Gets or sets the property name from the user profile. | |
QualifiedName | (Inherited from Activity.) | |
ReturnValue | Gets or sets the value of the property PropertyName returned from the user profile. | |
SchemaName | Gets or sets the schema name property as referenced by the SchemaNameProperty property for use by the workflow runtime. | |
Site | (Inherited from DependencyObject.) | |
User | A string representing the user. | |
UserData | (Inherited from DependencyObject.) | |
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 | |
---|---|---|
__ContextProperty | The DependencyProperty object that promotes the __Context property for use by the workflow runtime. | |
FunctionNameProperty | The DependencyProperty object that promotes the FunctionNameproperty for use by the workflow runtime. | |
PropertyNameProperty | The DependencyProperty object that promotes the PropertyName property for use by the workflow runtime. | |
ReturnValueProperty | The DependencyProperty object that promotes the ReturnValueproperty for use by the workflow runtime. | |
SchemaNameProperty | The DependencyProperty object that promotes the SchemaName property for use by the workflow runtime. | |
UserProperty | The DependencyProperty object that promotes the User property for use by the workflow runtime. |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) |
Top