Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetByName ( _
name As String _
) As ListTemplate
'Usage
Dim instance As ListTemplateCollection
Dim name As String
Dim returnValue As ListTemplate
returnValue = instance.GetByName(name)
public ListTemplate GetByName(
string name
)
Parameters
- name
Type: System.String
Return value
Type: Microsoft.SharePoint.Client.ListTemplate