del método TypeInformationCollection.GetByName
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
Public Function GetByName ( _
name As String _
) As TypeInformation
'Uso
Dim instance As TypeInformationCollection
Dim name As String
Dim returnValue As TypeInformation
returnValue = instance.GetByName(name)
public TypeInformation GetByName(
string name
)
Parámetros
- name
Tipo: System.String
Valor devuelto
Tipo: Microsoft.SharePoint.Client.TypeInformation
Vea también
Referencia
clase TypeInformationCollection