Свойство ListFormWebPart.TemplateName
Получает или задает имя шаблона.
Пространство имен: Microsoft.SharePoint.WebPartPages
Сборка: Microsoft.SharePoint (в Microsoft.SharePoint.dll)
Синтаксис
'Декларация
<ResourcesAttribute("TemplateName", "Miscellaneous", "TemplateName")> _
<BrowsableAttribute(True)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property TemplateName As String
Get
Set
'Применение
Dim instance As ListFormWebPart
Dim value As String
value = instance.TemplateName
instance.TemplateName = value
[ResourcesAttribute("TemplateName", "Miscellaneous", "TemplateName")]
[BrowsableAttribute(true)]
[WebPartStorageAttribute(Storage.Shared)]
public string TemplateName { get; set; }
Значение свойства
Тип: System.String
Имя шаблона, который зависит от текущей PageType. В противном случае значение по умолчанию основано на текущее значение свойства PageType .