Compartilhar via


FullTrustAssemblyCollection.Item[Int32] Propriedade

Definição

Obtém o objeto FullTrustAssembly especificado da coleção no índice especificado.

public:
 property System::Web::Configuration::FullTrustAssembly ^ default[int] { System::Web::Configuration::FullTrustAssembly ^ get(int index); void set(int index, System::Web::Configuration::FullTrustAssembly ^ value); };
public System.Web.Configuration.FullTrustAssembly this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.FullTrustAssembly with get, set
Default Public Property Item(index As Integer) As FullTrustAssembly

Parâmetros

index
Int32

O índice do elemento da coleção.

Valor da propriedade

FullTrustAssembly

O elemento no índice especificado.

Aplica-se a