TypeGeneratedEventArgs::BaseType 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 CodeTypeReference^ BaseType {
	CodeTypeReference^ get();
	void set(CodeTypeReference^ value);
}

Property Value

Type: System.CodeDom::CodeTypeReference^

Base type.

.NET Framework
Available since 3.5
Return to top
Show: