GetConceptById

SchemaRef.GetConceptById method

Gets the concept which has the specified id.

public Concept GetConceptById(string conceptId)
ParameterTypeDescription
conceptIdStringConcept id.

Return Value

The concept.

See Also