public IndexViewModelCollection Indexes { get; }
Public ReadOnly Property Indexes As IndexViewModelCollection
Get
public:
property IndexViewModelCollection^ Indexes {
IndexViewModelCollection^ get ();
}
member Indexes : IndexViewModelCollection with get