_sListMetadata.BaseTemplate Field
A string specifying the name of the base template (the end-user look-and-feel) of the list.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
Public BaseTemplate As String
'Usage
Dim instance As _sListMetadata
Dim value As String
value = instance.BaseTemplate
instance.BaseTemplate = value
public string BaseTemplate
Remarks
A template can inherit the properties from only one other template. Many templates can inherit from one base template. Multiple inheritance, or inheriting properties and functions from more than one template, is not supported.
See Also
Reference
Other Resources
Master Pages