SPContentType.Version 属性

获取内容类型的版本。

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

语法

声明
Public ReadOnly Property Version As Integer
    Get
用法
Dim instance As SPContentType
Dim value As Integer

value = instance.Version
public int Version { get; }

属性值

类型:System.Int32
一个整数,表示内容类型版本。

另请参阅

引用

SPContentType 类

SPContentType 成员

Microsoft.SharePoint 命名空间

其他资源

Introduction to Content Types

Site and List Content Types

Base Content Type Hierarchy