BindingMode Property (BindingInfo)
In This Topic
Gets or sets a value indicating type of the bound mode.
Syntax
'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<C1DescriptionAttribute("BindingInfo.BindingMode", "Gets or sets a value indicating type of the bound mode.")>
<C1CategoryAttribute("Data")>
Public Property BindingMode As BindingMode
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[C1Description("BindingInfo.BindingMode", "Gets or sets a value indicating type of the bound mode.")]
[C1Category("Data")]
public BindingMode BindingMode {get; set;}
See Also