de la propiedad ClientCallableTypeAttribute.CollectionChildItemType
el tipo de elemento secundario de la colección.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
Public Property CollectionChildItemType As Type
Get
Set
'Uso
Dim instance As ClientCallableTypeAttribute
Dim value As Type
value = instance.CollectionChildItemType
instance.CollectionChildItemType = value
public Type CollectionChildItemType { get; set; }
Valor de propiedad
Tipo: System.Type
Vea también
Referencia
clase ClientCallableTypeAttribute