Table of Contents

Class ModelLanguage

Represents a language supported by a model.

public class ModelLanguage
Inheritance
object
ModelLanguage

Properties

LanguageId

The unique identifier of the language.

public string LanguageId { get; set; }

Property Value

string

Name

The name of the language.

public string Name { get; set; }

Property Value

string