ClientObjectCollection<T>.ElementType-Eigenschaft
Ruft den Typ der Elemente in der ClientObjectCollection<T>an.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (in Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property ElementType As Type
Get
'Usage
Dim instance As ClientObjectCollection
Dim value As Type
value = instance.ElementType
public Type ElementType { get; }
Eigenschaftswert
Typ: System.Type
Der Typ der Elemente in der Auflistung.
Implementiert
Siehe auch
Referenz
ClientObjectCollection<T> Klasse