SIFWorks ADK 2.0
ValueSetID Property
NamespacesEdustructures.SifWorks.Tools.MappingFieldMappingValueSetID

[This is preliminary documentation and is subject to change.]

Gets or sets the ID of the ValueSet that should be used to translate the value of this field.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string ValueSetID{ get; set;}
Public Overridable Property ValueSetID As String
public:
virtual property String^ ValueSetID {
	String^ get ();
	void set (String^ value);
}
Return Value
The value passed to the
CopyC#
setValueSetID
method @since Adk 1.5
Remarks
Note: The Mappings classes do not automatically perform translations if this attribute is defined. Rather, it is provided so that agents can associate a ValueSet with a field in the Mappings configuration file, and have a means of looking up that association at runtime.

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10