SIFWorks ADK 2.0
LookupElementDef Method (key)
NamespacesEdustructures.SifWorksIDtdLookupElementDef(String)

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

Lookup an IElementDef object describing an element or attribute
Declaration Syntax
C#Visual BasicVisual C++
IElementDef LookupElementDef(
	string key
)
Function LookupElementDef ( _
	key As String _
) As IElementDef
IElementDef^ LookupElementDef (
	String^ key
)
Parameters
key (String)
The name of the element in the form "parent_field", where parent is the name of the parent element and field is the name of the child element or attribute (e.g. "SIF_Ack_SIF_Header", "StudentPersonal_Name", etc.)
Return Value
The IElementDef that provides metadata about the requested element or null if not found

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