共用方式為


工作流程的 <behaviors>

這個元素包含 serviceBehaviors 集合。 集合中的每個項目都會定義工作流程服務使用的行為項目。 每個行為元素都由其唯一的 name 屬性所識別。

<configuration>
  <system.ServiceModel>
    <behaviors>

Syntax

<behaviors>  
  <serviceBehaviors>  
  </serviceBehaviors>  
</behaviors>  

屬性和項目

下列章節說明屬性、子元素和父元素。

屬性

子元素

元素 描述
<serviceBehaviors> 這個組態區段表示為特定工作流程服務定義的所有行為。

父項目

元素 描述
<system.serviceModel> 所有工作流程組態項目的根項目。

另請參閱