Compartir a través de


FullTrustAssemblyCollection.Item[Int32] Propiedad

Definición

Obtiene el objeto FullTrustAssembly especificado de la colección en el í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

Índice del elemento de la colección.

Valor de propiedad

FullTrustAssembly

Elemento en el índice especificado.

Se aplica a