The name of the concept.
object.Name
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISConcept interface |
string
Display the name of the selected concept.
Dim aConcept
Dim aTermsetCode
Dim aConceptCode
aTermsetCode = "IH"
aConceptCode = "z..2T"
Set aConcept = Profile.Concept(aTermsetCode, aConceptCode)
if aConcept is nothing then
Profile.MsgBox("There is no concept with specified codes.")
else
Profile.MsgBox("The name of the concept is " & aConcept.Name)
end if
In Profile Client v8 on User Interface Name can be found in
or in .