ClientObjectPrototype<T> members

Represents a prototype instance that is used to specify the data to retrieve on the ClientObject object.

The ClientObjectPrototype<T> type exposes the following members.

Methods

  Name Description
Public method Retrieve() Retrieves all default scalar properties associated with the object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObjectPrototype.)
Public method Retrieve([]) Retrieves the specified scalar properties associated with the object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObjectPrototype.)
Public method RetrieveCollectionObject<ItemType> Returns a collection prototype that represents the specified ClientObjectCollection property. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObjectPrototype.)
Public method RetrieveObject<PropertyType> Returns an object prototype that represents the specified ClientObject property. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObjectPrototype.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

ClientObjectPrototype<T> class

Microsoft.SharePoint.Client namespace