Condividi tramite


ComMethodElement.ExposedMethod Proprietà

Definizione

Ottiene un metodo COM+ esposto quando l'interfaccia di un componente COM+ viene esposta come servizio 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

Valore della proprietà

String

Nome del metodo COM+ esposto quando l'interfaccia in un componente COM+ viene esposta come servizio Web.

Attributi

Si applica a