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