ClientResult<T> class
Represents the result of a client method invocation.
System.Object
Microsoft.SharePoint.Client.ClientResult<T>
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
'Declaration
Public Class ClientResult(Of T) _
Implements IFromJson
'Usage
Dim instance As ClientResult(Of T)
public class ClientResult<T> : IFromJson
- T
The type of result.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.