SPSiteQuery.TemplateId property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property TemplateId As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As SPSiteQuery
Dim value As Nullable(Of Integer)
value = instance.TemplateId
instance.TemplateId = value
public Nullable<int> TemplateId { get; set; }
Property value
Type: System.Nullable<Int32>