次の方法で共有


ComMethodElement.ExposedMethod プロパティ

定義

COM+ コンポーネントのインターフェイスが Web サービスとして公開されるときに公開される COM+ メソッドを取得します。

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

プロパティ値

COM+ コンポーネントのインターフェイスが Web サービスとして公開されるときに公開される COM+ メソッドの名前。

属性

適用対象