ListTemplate.FeatureId 属性
从集合中返回具有指定标识符的回收站项目。
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public ReadOnly Property FeatureId As Guid
Get
用法
Dim instance As ListTemplate
Dim value As Guid
value = instance.FeatureId
public Guid FeatureId { get; }
属性值
类型:System.Guid
返回表示包含列表模板的列表架构的功能的功能标识符Guid实例。
备注
如果列表模板的列表架构未包含在一项功能,它必须是空的 GUID。