public ReadOnlyCollection<string> Views { get; }
Public ReadOnly Property Views As ReadOnlyCollection(Of String)
Get
public:
property ReadOnlyCollection<String^>^ Views {
ReadOnlyCollection<String^>^ get ();
}
member Views : ReadOnlyCollection<string> with get