Interface ILanguageTextValue
Represents a language text value.
Namespace: BiExcellence.OpenBi.Api.Commands.LanguageTexts
Assembly: BiExcellence.OpenBi.Api.LanguageText.dll
Syntax
public interface ILanguageTextValue
Properties
Language
Gets or sets the language.
Declaration
string Language { get; }
Property Value
Type | Description |
---|---|
string |
Text
Gets or sets the text.
Declaration
string? Text { get; set; }
Property Value
Type | Description |
---|---|
string |