Share via


ComMethodElement.ExposedMethod Propiedad

Definición

Obtiene el método COM+ que se expone cuando la interfaz en un componente COM+ se expone como un servicio web.

public:
 property System::String ^ ExposedMethod { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("exposedMethod", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
[System.Configuration.StringValidator(MinLength=1)]
public string ExposedMethod { get; set; }
[<System.Configuration.ConfigurationProperty("exposedMethod", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.ExposedMethod : string with get, set
Public Property ExposedMethod As String

Valor de propiedad

El nombre de un método de COM+ que se expone cuando la interfaz en un componente COM+ se expone como un servicio web.

Atributos

Se aplica a