de la propiedad JsonSerializationOptions.ChildItemIncludeDefaultProperties
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
Public Property ChildItemIncludeDefaultProperties As Boolean
Get
Set
'Uso
Dim instance As JsonSerializationOptions
Dim value As Boolean
value = instance.ChildItemIncludeDefaultProperties
instance.ChildItemIncludeDefaultProperties = value
public bool ChildItemIncludeDefaultProperties { get; set; }
Valor de propiedad
Tipo: System.Boolean
Vea también
Referencia
clase JsonSerializationOptions