Web API Edition | ComponentOne
C1.Web.Api.DataEngine.Models Namespace / Field Class / Binding Property

In This Topic
    Binding Property
    In This Topic
    Gets or sets the name of the source column which the field is bound to.
    Syntax
    'Declaration
     
    
    Public Property Binding As String
    public string Binding {get; set;}
    Remarks
    It only works when connecting DataEngine or DataSource.
    See Also