BindingBehaviorAttribute Class

Definition

Specifies the BindingBehavior that should be applied.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class BindingBehaviorAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class BindingBehaviorAttribute : Attribute
Inheritance
BindingBehaviorAttribute
Derived
Attributes

Constructors

Properties

Behavior

Gets the BindingBehavior to apply.

Applies to