public IReadOnlyList<string> Country { get; }
Public ReadOnly Property Country As IReadOnlyList(Of String) Get
public: property IReadOnlyList<String^>^ Country { IReadOnlyList<String^>^ get (); }
member Country : IReadOnlyList<string> with get
In This Article