TrustLevelCollection.Item[] 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 l'élément TrustLevel spécifié dans l'objet TrustLevelCollection.
Surcharges
Item[Int32] |
Obtient ou définit l'élément TrustLevel à l'index spécifié dans l'objet TrustLevelCollection. |
Item[String] |
Obtient l’objet TrustLevel à l’index spécifié. |
Item[Int32]
Obtient ou définit l'élément TrustLevel à l'index spécifié dans l'objet TrustLevelCollection.
public:
property System::Web::Configuration::TrustLevel ^ default[int] { System::Web::Configuration::TrustLevel ^ get(int index); void set(int index, System::Web::Configuration::TrustLevel ^ value); };
public System.Web.Configuration.TrustLevel this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.TrustLevel with get, set
Default Public Property Item(index As Integer) As TrustLevel
Paramètres
- index
- Int32
Index numérique du TrustLevel.
Valeur de propriété
TrustLevel à l'index spécifié.
Remarques
Si un TrustLevel objet existe à l’index spécifié, l’objet TrustLevel est supprimé et un nouvel objet est ajouté. S’il n’existe aucun TrustLevel objet à l’index, un nouvel objet est ajouté.
S’applique à
Item[String]
Obtient l’objet TrustLevel à l’index spécifié.
public:
property System::Web::Configuration::TrustLevel ^ default[System::String ^] { System::Web::Configuration::TrustLevel ^ get(System::String ^ key); };
public System.Web.Configuration.TrustLevel this[string key] { get; }
member this.Item(string) : System.Web.Configuration.TrustLevel
Default Public ReadOnly Property Item(key As String) As TrustLevel
Paramètres
- key
- String
Index de TrustLevel.
Valeur de propriété
TrustLevel existant à l'index spécifié de la TrustLevelCollection.
Remarques
Un TrustLevel objet doit exister à l’index spécifié dans l’objet TrustLevelCollection .