StateIndicatorCollection.Item[String] Propiedad

Definición

Obtiene o establece el elemento en la clave especificada.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::StateIndicator ^ default[System::String ^] { Microsoft::ReportingServices::OnDemandReportRendering::StateIndicator ^ get(System::String ^ name); };
public Microsoft.ReportingServices.OnDemandReportRendering.StateIndicator this[string name] { get; }
member this.Item(string) : Microsoft.ReportingServices.OnDemandReportRendering.StateIndicator
Default Public ReadOnly Property Item(name As String) As StateIndicator

Parámetros

name
String

Una expresión única String que especifica un nombre que puede usarse, en lugar de un índice posicional, para acceder a un elemento de la colección. name debe corresponder al Key argumento especificado cuando se añadió el elemento a la colección.

Valor de propiedad

Objeto StateIndicator que tiene el nombre especificado.

Se aplica a