Share via


ObjectDataSourceStatusEventArgs.OutputParameters Propiedad

Definición

Obtiene una colección que contiene parámetros del método de objeto comercial y sus valores.

public:
 property System::Collections::IDictionary ^ OutputParameters { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary OutputParameters { get; }
member this.OutputParameters : System.Collections.IDictionary
Public ReadOnly Property OutputParameters As IDictionary

Valor de propiedad

IDictionary

Un objeto IDictionary de pares nombre/valor que representan los parámetros del método de objeto comercial y sus valores correspondientes.

Comentarios

Los parámetros que se pasan al método de objeto de negocio por referencia se devuelven en la OutputParameters colección.

Se aplica a