Table of Contents

Class LookupProfessionCodesResponseValue

Namespace
Textkernel.Tx.Models.API.DataEnrichment.Professions.Response
Assembly
Textkernel.Tx.SDK.dll

The Value from a 'LookupProfessions' response.

public class LookupProfessionCodesResponseValue
Inheritance
LookupProfessionCodesResponseValue
Inherited Members

Properties

Professions

A list of returned professions.

public List<Profession> Professions { get; set; }

Property Value

List<Profession>