SIFWorks ADK 2.0
GetValueSet Method (id, inherit)
NamespacesEdustructures.SifWorks.Tools.MappingMappingsGetValueSet(String, Boolean)

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

Gets a ValueSet by ID.
Declaration Syntax
C#Visual BasicVisual C++
public virtual ValueSet GetValueSet(
	string id,
	bool inherit
)
Public Overridable Function GetValueSet ( _
	id As String, _
	inherit As Boolean _
) As ValueSet
public:
virtual ValueSet^ GetValueSet (
	String^ id, 
	bool inherit
)
Parameters
id (String)
The unique ID of the ValueSet
inherit (Boolean)
true to inherit the ValueSet from the Mappings ancestry if not found as a child of this Mappings object; false to return null if no ValueSet is found

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