ClientResult<T> members

Represents the result of a client method invocation.

The ClientResult<T> type exposes the following members.

Constructors

  Name Description
Public method ClientResult<T> Initializes a new instance of the ClientResult<T> class.

Top

Properties

  Name Description
Public property Value Gets the returned result.

Top

Methods

  Name Description
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IFromJson.CustomFromJson Returns a flag that indicates whether custom code is used to initialize the returned result. This member is reserved for internal use and is not intended to be used directly from your code.
Explicit interface implemetationPrivate method IFromJson.FromJson This member is reserved for internal use and is not intended to be used directly from your code.

Top

See also

Reference

ClientResult<T> class

Microsoft.SharePoint.Client namespace