ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / MappingLookup Class / ValueMember Property

In This Topic
    ValueMember Property (MappingLookup)
    In This Topic
    Gets or sets the field to use as the source of value (primary key) matching the foreign key in PropertyMapping.DataField.
    Syntax
    'Declaration
     
    
    Public Property ValueMember As String
    public string ValueMember {get; set;}
    See Also