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