HttpBindingBehaviorAttribute.Behavior Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets {insert text here}.
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property Behavior As HttpBindingBehavior
public HttpBindingBehavior Behavior { get; private set; }
public:
property HttpBindingBehavior Behavior {
HttpBindingBehavior get ();
private: void set (HttpBindingBehavior value);
}
member Behavior : HttpBindingBehavior with get, private set
function get Behavior () : HttpBindingBehavior
private function set Behavior (value : HttpBindingBehavior)
Property Value
Type: System.Web.Http.HttpBindingBehavior