List.SingleListTemplate Property
True if the entire list object uses the same list template.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property SingleListTemplate As Boolean
Get
'Usage
Dim instance As List
Dim value As Boolean
value = instance.SingleListTemplate
bool SingleListTemplate { get; }
Property Value
Type: System.Boolean