Свойство ListTemplate.FeatureId
Gets a value that specifies the feature identifier of the feature that contains the list schema for the list template.
Пространство имен: 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
Returns a Guid instance representing the feature identifier of the feature that contains the list schema for the list template.
Замечания
It must be an empty GUID if the list schema for the list template is not contained within a feature.