RESTfulQueryResult.InlineCount propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: System.Nullable<Int64>