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