Freigeben über


ClientObjectPrototype.RetrieveCollectionObject<ItemType>(String) Method

Definition

public Microsoft.SharePoint.Client.ClientObjectCollectionPrototype<ItemType> RetrieveCollectionObject<ItemType> (string propertyName);
member this.RetrieveCollectionObject : string -> Microsoft.SharePoint.Client.ClientObjectCollectionPrototype<'ItemType>
Public Function RetrieveCollectionObject(Of ItemType) (propertyName As String) As ClientObjectCollectionPrototype(Of ItemType)

Type Parameters

ItemType

Parameters

propertyName
String

Returns

Applies to