ActionBaseTypeAttribute.ActionBaseType 属性
获取基类型的操作。
命名空间: Microsoft.SharePoint.Upgrade
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property ActionBaseType As Type
Get
用法
Dim instance As ActionBaseTypeAttribute
Dim value As Type
value = instance.ActionBaseType
public Type ActionBaseType { get; }
属性值
类型:System.Type
表示基类型的System.Type对象。