Share via


DerivedEntityClassAttribute.Type Property

Gets or sets the type of the derived class.

Namespace:  Microsoft.SharePoint.Linq
Assembly:  Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)

Syntax

'Declaration
Public Property Type As Type
    Get
    Set
'Usage
Dim instance As DerivedEntityClassAttribute
Dim value As Type

value = instance.Type

instance.Type = value
public Type Type { get; set; }

Property Value

Type: System.Type
A Type that represents the type of the derived class.

See Also

Reference

DerivedEntityClassAttribute Class

DerivedEntityClassAttribute Members

Microsoft.SharePoint.Linq Namespace