HttpRequestData.PropertyBag 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 ou définit un IDictionary<TKey,TValue> qui active des scénarios d’extensibilité personnalisés.
public System.Collections.Generic.IDictionary<string,object> PropertyBag { get; set; }
member this.PropertyBag : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property PropertyBag As IDictionary(Of String, Object)