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