DerivedEntityClassAttribute.Type 属性

获取或设置派生的类的类型。

命名空间:  Microsoft.SharePoint.Linq
程序集:  Microsoft.SharePoint.Linq(位于 Microsoft.SharePoint.Linq.dll 中)

语法

声明
Public Property Type As Type
    Get
    Set
用法
Dim instance As DerivedEntityClassAttribute
Dim value As Type

value = instance.Type

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

属性值

类型:System.Type
表示的类型的派生类的Type

另请参阅

引用

DerivedEntityClassAttribute 类

DerivedEntityClassAttribute 成员

Microsoft.SharePoint.Linq 命名空间