del método ListTemplateCollection.GetByName
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public Function GetByName ( _
name As String _
) As ListTemplate
'Uso
Dim instance As ListTemplateCollection
Dim name As String
Dim returnValue As ListTemplate
returnValue = instance.GetByName(name)
public ListTemplate GetByName(
string name
)
Parámetros
- name
Tipo: System.String
Valor devuelto
Tipo: Microsoft.SharePoint.Client.ListTemplate