GetConceptByName

SchemaRef.GetConceptByName method

Gets the concept which has the specified name.

public Concept GetConceptByName(string conceptName)
Parameter Type Description
conceptName String Concept name.

Return Value

The concept.

See Also