Aracılığıyla paylaş


TrustLevelCollection.Item[] Özellik

Tanım

Nesne içinde belirtilen TrustLevel öğeyi TrustLevelCollection alır.

Aşırı Yüklemeler

Item[Int32]

Öğeyi nesne içinde TrustLevel belirtilen dizinde TrustLevelCollection alır veya ayarlar.

Item[String]

Belirtilen dizindeki TrustLevel nesneyi alır.

Item[Int32]

Öğeyi nesne içinde TrustLevel belirtilen dizinde TrustLevelCollection alır veya ayarlar.

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

Parametreler

index
Int32

öğesinin TrustLevelsayısal dizini.

Özellik Değeri

TrustLevel

Belirtilen dizinde A TrustLevel .

Açıklamalar

Belirtilen dizinde bir TrustLevel nesne varsa, TrustLevel nesne kaldırılır ve yeni bir nesne eklenir. Dizinde nesne yoksa TrustLevel , yeni bir nesne eklenir.

Şunlara uygulanır

Item[String]

Belirtilen dizindeki TrustLevel nesneyi alır.

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

Parametreler

key
String

dizini TrustLevel.

Özellik Değeri

TrustLevel

TrustLevel belirtilen dizininde TrustLevelCollectionbulunan bir .

Açıklamalar

Nesnenin TrustLevel içinde TrustLevelCollection belirtilen dizinde bir nesne bulunmalıdır.

Şunlara uygulanır