SoapProcessingExtensionElement.BehaviorType Propriedade
Definição
Obtém tipo do comportamento.Gets the type of the behavior.
public:
virtual property Type ^ BehaviorType { Type ^ get(); };
public override Type BehaviorType { get; }
member this.BehaviorType : Type
Public Overrides ReadOnly Property BehaviorType As Type
Valor da propriedade
O tipo do comportamento.The type of the behavior.
Comentários
Essa propriedade sempre retorna um tipo de SoapProcessingBehavior .This property always returns a type of SoapProcessingBehavior.