ClientCallableTypeAttribute.CollectionChildItemType - Propriété
le type d'élément enfant dans la collection de sites.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property CollectionChildItemType As Type
Get
Set
'Utilisation
Dim instance As ClientCallableTypeAttribute
Dim value As Type
value = instance.CollectionChildItemType
instance.CollectionChildItemType = value
public Type CollectionChildItemType { get; set; }
Valeur de propriété
Type : System.Type
Voir aussi
Référence
ClientCallableTypeAttribute classe