de la propiedad RESTfulQueryResult.InlineCount
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
Public Property InlineCount As Nullable(Of Long)
Get
Set
'Uso
Dim instance As RESTfulQueryResult
Dim value As Nullable(Of Long)
value = instance.InlineCount
instance.InlineCount = value
public Nullable<long> InlineCount { get; set; }
Valor de propiedad
Tipo: System.Nullable<Int64>