[This is preliminary documentation and is subject to change.]
Constructs a ValueSet with an ID, display title, and associated DOM XmlElement
| C# | Visual Basic | Visual C++ |
public ValueSet( string id, string title, XmlElement node )
Public Sub New ( _ id As String, _ title As String, _ node As XmlElement _ )
public: ValueSet ( String^ id, String^ title, XmlElement^ node )
- id (String)
- title (String)
- node (XmlElement)