WorkflowServiceAttributes Class
Builds the service behavior for the workflow service that it decorates.
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
System.Workflow.ComponentModel::DependencyObject
System.Workflow.Activities::WorkflowServiceAttributes
| Name | Description | |
|---|---|---|
![]() | WorkflowServiceAttributes() | Initializes a new instance of the WorkflowServiceAttributes class. |
| Name | Description | |
|---|---|---|
![]() | AddressFilterMode | Gets or sets the AddressFilterMode enumeration that is used by the dispatcher to route incoming messages to the correct endpoint. |
![]() | ConfigurationName | Gets or sets the value used to locate the service element in an application configuration file. |
![]() | DesignMode | Gets the value that indicates whether this instance is in design or run-time mode.(Inherited from DependencyObject.) |
![]() | IgnoreExtensionDataObject | Gets or sets a value that specifies whether to send unknown serialization data onto the wire. |
![]() | IncludeExceptionDetailInFaults | Gets or sets a value that specifies that general unhandled execution exceptions are to be converted into a FaultException of type ExceptionDetail and sent as a fault message. Set this to true only during development to troubleshoot a service. |
![]() | MaxItemsInObjectGraph | Gets or sets the maximum number of items allowed in a serialized object. |
![]() | Name | Gets or sets the value of the name attribute in the service element in Web Services Description Language (WSDL). |
![]() | Namespace | Gets or sets the value of the target namespace for the service in Web Services Description Language (WSDL). |
![]() | Site | Gets or sets a reference to the Site component of the DependencyObject.(Inherited from DependencyObject.) |
![]() | UserData | Gets an IDictionary that associates custom data with this class instance.(Inherited from DependencyObject.) |
![]() | UseSynchronizationContext | Gets or sets a value that specifies whether to use the current synchronization context to choose the thread of execution. |
![]() | ValidateMustUnderstand | Gets or sets a value that specifies whether the system or the application enforces SOAP MustUnderstand header processing. |
| Name | Description | |
|---|---|---|
![]() | AddHandler(DependencyProperty^, Object^) | Adds a handler for an event of a DependencyObject.(Inherited from DependencyObject.) |
![]() | Dispose() | Releases all the resources used by the DependencyObject.(Inherited from DependencyObject.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetBinding(DependencyProperty^) | Provides access to the ActivityBind associated with the specific DependencyProperty.(Inherited from DependencyObject.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | GetValue(DependencyProperty^) | Provides access to the value of the designated DependencyProperty.(Inherited from DependencyObject.) |
![]() | GetValueBase(DependencyProperty^) | Provides access to the bound object of a DependencyProperty and bypasses the GetValue override.(Inherited from DependencyObject.) |
![]() | IsBindingSet(DependencyProperty^) | Indicates whether the value of a DependencyProperty is set as a binding. See SetBinding.(Inherited from DependencyObject.) |
![]() | MetaEquals(DependencyObject^) | Determines whether the metaproperties of this DependencyObject equals the metaproperties of the parameterized DependencyObject.(Inherited from DependencyObject.) |
![]() | RemoveHandler(DependencyProperty^, Object^) | Removes an EventHandler from an associated DependencyProperty.(Inherited from DependencyObject.) |
![]() | RemoveProperty(DependencyProperty^) | Removes a DependencyProperty from the DependencyObject.(Inherited from DependencyObject.) |
![]() | SetBinding(DependencyProperty^, ActivityBind^) | Sets the ActivityBind for the specified DependencyProperty. (Inherited from DependencyObject.) |
![]() | SetReadOnlyPropertyValue(DependencyProperty^, Object^) | Sets the value of a DependencyProperty, which is read-only.(Inherited from DependencyObject.) |
![]() | SetValue(DependencyProperty^, Object^) | Sets the value of the DependencyProperty to the object.(Inherited from DependencyObject.) |
![]() | SetValueBase(DependencyProperty^, Object^) | Sets the value of the DependencyProperty to the specified Object, bypassing the SetValue.(Inherited from DependencyObject.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IComponent::Disposed | Represents the method that handles the Disposed event of a component.(Inherited from DependencyObject.) |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
The WorkflowServiceAttributes class is used to define service attributes for a ReceiveActivity activity.
Some of the attributes have default values, as shown below.
Attribute | Default Value |
AddressFilterMode | Exact |
IgnoreExtensionDataObject | False |
IncludeExceptionDetailInFault | False |
MaxItemsInObjectGraph | 2147483647 |
UseSynchronizationContext | True |
ValidateMustUnderstand | True |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






