SPListTemplate.InternalName Property

Gets the internal name used for the list definition or list template.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.NotNull)> _
<ClientCallableAttribute> _
Public ReadOnly Property InternalName As String
    Get
'Usage
Dim instance As SPListTemplate
Dim value As String

value = instance.InternalName
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.NotNull)]
[ClientCallableAttribute]
public string InternalName { get; }

Property Value

Type: System.String
A string that contains the internal name, which for list templates includes the .stp file name extension.

See Also

Reference

SPListTemplate Class

SPListTemplate Members

Microsoft.SharePoint Namespace