SPContentType.FeatureId 属性
获取功能创建内容类型的标识符。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property FeatureId As Guid
Get
Friend Set
用法
Dim instance As SPContentType
Dim value As Guid
value = instance.FeatureId
public Guid FeatureId { get; internal set; }
属性值
类型:System.Guid
如果由一项功能 ; 创建内容类型,则值将为功能的标识符,否则,值为Guid.Empty。