ICategoryDefinitionSynonyms Property
|
Gets synonyms of the category
Namespace:
Ingeniux.Runtime.Taxonomy
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax IEnumerable<ICategorySynonym> Synonyms { get; }
ReadOnly Property Synonyms As IEnumerable(Of ICategorySynonym)
Get
property IEnumerable<ICategorySynonym^>^ Synonyms {
IEnumerable<ICategorySynonym^>^ get ();
}
abstract Synonyms : IEnumerable<ICategorySynonym> with get
Property Value
Type:
IEnumerableICategorySynonymSee Also