Свойство List.TemplateFeatureId
Gets a value that specifies the feature identifier of the feature that contains the list schema for the list.
Пространство имен: 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 TemplateFeatureId As Guid
Get
'Применение
Dim instance As List
Dim value As Guid
value = instance.TemplateFeatureId
public Guid TemplateFeatureId { get; }
Значение свойства
Тип: System.Guid
Returns a Guid instance representing the feature identifier of the feature that contains the list schema for the list.
Замечания
It must be an empty GUID if the list schema for the list is not contained within a feature.