The termset code of the concept.
object.Termset
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISConcept interface |
string
Display the name and termset code 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 the specified codes.")
else
Profile.MsgBox("The termset code of the concept with the name " & aConcept.Name &_
" is " & aConcept.Termset)
end if
In Profile Client v8 on User Interface Termset description can be found in
or in .