RESTfulQueryResult.InlineCount - Propriété
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property InlineCount As Nullable(Of Long)
Get
Set
'Utilisation
Dim instance As RESTfulQueryResult
Dim value As Nullable(Of Long)
value = instance.InlineCount
instance.InlineCount = value
public Nullable<long> InlineCount { get; set; }
Valeur de propriété
Type : System.Nullable<Int64>