Gets or sets the lookup field. The lookup field is used to determine what coded value source to use for this column. i.e. LookupField will usually be the TypeIDField and when the value of the TypeIDField changes a coded value source will be looked up from the DynamicCodedValueSource property.
Syntax
Visual Basic (Declaration) | |
---|
Public Property LookupField As String |
C# | |
---|
public string LookupField {get; set;} |
Property Value
The lookup field.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also