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