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