Interface IAbstractLangString
Strings with language tags
Inherited Members
Namespace: AasCore.Aas3_0
Assembly: AasCore.Aas3_0.dll
Syntax
public interface IAbstractLangString : IClass
Properties
| Improve this Doc View SourceLanguage
Language tag conforming to BCP 47
Declaration
string Language { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Text in the Language
Declaration
string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |