FullTrustAssemblyCollection.Item[Int32] Propiedad

Definición

Obtiene el FullTrustAssembly objeto 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 colección.

Valor de propiedad

Elemento en el índice especificado.

Se aplica a