ProjectedWrapperMany::Next Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets or sets another instance of ProjectedWrapperMany which contains the set of the next eight projected properties, and possibly another link.
Assembly: System.Data.Services (in System.Data.Services.dll)
public: property ProjectedWrapperMany^ Next { ProjectedWrapperMany^ get(); void set(ProjectedWrapperMany^ value); }
Property Value
Type: System.Data.Services.Internal::ProjectedWrapperMany^The next set of properties.
.NET Framework
Available since 3.5
Available since 3.5
Show: