LocalizationDataStrings Property  | 
 
            Gets the strings.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "strings", EmitDefaultValue = false)]
public IList<LocalizationStringData> Strings { get; }<DataMemberAttribute(Name := "strings", EmitDefaultValue := false)>
Public ReadOnly Property Strings As IList(Of LocalizationStringData)
	Get
public:
[DataMemberAttribute(Name = L"strings", EmitDefaultValue = false)]
property IList<LocalizationStringData^>^ Strings {
	IList<LocalizationStringData^>^ get ();
}[<DataMemberAttribute(Name = "strings", EmitDefaultValue = false)>]
member Strings : IList<LocalizationStringData> with get
Property Value
Type: 
IListLocalizationStringData
            The strings.
            
See Also