ResultTypeAttribute::Type Property

 

Gets the valid or expected type mapping for a function having various result types.

Namespace:   System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public:
property Type^ Type {
	Type^ get();
}

Property Value

Type: System::Type^

The type of result (Type).

This attribute applies to functions returning various result types. It is used to declare the possible result types returned from the function. For inheritance types, only the root type of the inheritance hierarchy needs to be specified.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Return to top
Show: