| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property OldItems As IList(Of RemotableObject) | |
| C# | |
|---|---|
public IList<RemotableObject> OldItems {get;} | |
| C++/CLI | |
|---|---|
public: property IList<RemotableObject^>^ OldItems { IList<RemotableObject^>^ get(); } | |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)