SoapProcessingExtensionElement.BehaviorType 属性

定义

获取行为的类型。

public:
 virtual property Type ^ BehaviorType { Type ^ get(); };
public override Type BehaviorType { get; }
member this.BehaviorType : Type
Public Overrides ReadOnly Property BehaviorType As Type

属性值

Type

行为的类型。

注解

该属性始终返回一个 SoapProcessingBehavior 类型。

适用于