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