mscorlib(4.0.0.0) API with additions
BindingDirection.cs
1 namespace System.ComponentModel
2 {
4  public enum BindingDirection
5  {
7  OneWay,
9  TwoWay
10  }
11 }
The template can only accept property values. Used with a generic T:System.Web.UI....
The template can accept and expose property values. Used with an T:System.Web.UI.IBindableTemplate.
BindingDirection
Specifies whether the template can be bound one way or two ways.