Gets or sets the dynamic coded value source. a Dictionary that is used to lookup the CodedValueSource that should be used based on the LookupField value.
Syntax
Visual Basic (Declaration) | |
---|
Public Property DynamicCodedValueSource As DynamicCodedValueSource |
C# | |
---|
public DynamicCodedValueSource DynamicCodedValueSource {get; set;} |
Property Value
The dynamic coded value source.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
See Also