ComMethodElement.ExposedMethod Egenskap

Definition

Hämtar COM+-metoden som exponeras när gränssnittet på en COM+-komponent exponeras som en webbtjänst.

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

Egenskapsvärde

Namnet på COM+-metoden som exponeras när gränssnittet på en COM+-komponent exponeras som en webbtjänst.

Attribut

Gäller för