Click or drag to resize

LocalizedText Class

This class contains localized text in a specific language
Inheritance Hierarchy
SystemObject
  Aruba.Cloud.Common.EntitiesLocalizedText

Namespace:  Aruba.Cloud.Common.Entities
Assembly:  Aruba.Cloud.Common (in Aruba.Cloud.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class LocalizedText

The LocalizedText type exposes the following members.

Constructors
  NameDescription
Public methodLocalizedText
Initializes a new instance of the LocalizedText class
Top
Properties
  NameDescription
Public propertyLanguageDescription
language description
Public propertyLanguageID
ID of language
Public propertyText
Localized text for specified language
Top
See Also