'Declaration
Protected ReadOnly Property Endpoints As ReadOnlyList(Of EndpointDescription)
'Usage
Dim instance As ServerBase Dim value As ReadOnlyList(Of EndpointDescription) value = instance.Endpoints
protected ReadOnlyList<EndpointDescription> Endpoints {get;}
protected: property ReadOnlyList<EndpointDescription^>^ Endpoints { ReadOnlyList<EndpointDescription^>^ get(); }