CsdlJsonReaderSettings.IsBracketNotation Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient/définit une valeur booléenne indiquant le format du chemin JSON. Si la valeur est true : $['store']['book'][0]['title'] Si la valeur est false : $.store.book[0].title Par défaut, elle est false.
public bool IsBracketNotation { get; set; }
member this.IsBracketNotation : bool with get, set
Public Property IsBracketNotation As Boolean