TypeGeneratedEventArgs::AdditionalMembers Property

 

This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services.

Namespace:   System.Data.Services.Design
Assembly:  System.Data.Services.Design (in System.Data.Services.Design.dll)

public:
property List<CodeTypeMember^>^ AdditionalMembers {
	List<CodeTypeMember^>^ get();
}

Property Value

Type: System.Collections.Generic::List<CodeTypeMember^>^

Additional members.

.NET Framework
Available since 3.5
Return to top
Show: