public List<PlainLocalizationString> Strings { get; set; }
Public Property Strings As List(Of PlainLocalizationString)
Get
Set
public:
property List<PlainLocalizationString^>^ Strings {
List<PlainLocalizationString^>^ get ();
void set (List<PlainLocalizationString^>^ value);
}
member Strings : List<PlainLocalizationString> with get, set