ClientObjectPrototype<T> Class

Definition

public class ClientObjectPrototype<T> : Microsoft.SharePoint.Client.ClientObjectPrototype
type ClientObjectPrototype<'T> = class
    inherit ClientObjectPrototype
Public Class ClientObjectPrototype(Of T)
Inherits ClientObjectPrototype

Type Parameters

T
Inheritance
ClientObjectPrototype<T>

Methods

Retrieve() (Inherited from ClientObjectPrototype)
Retrieve(String[]) (Inherited from ClientObjectPrototype)
RetrieveCollectionObject<ItemType>(String) (Inherited from ClientObjectPrototype)
RetrieveObject<PropertyType>(String) (Inherited from ClientObjectPrototype)

Applies to