다음을 통해 공유


ComMethodElement.ExposedMethod 속성

정의

COM+ 구성 요소의 인터페이스가 웹 서비스로 공개될 때 공개되는 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+ 구성 요소의 인터페이스가 웹 서비스로 공개될 때 공개되는 COM+ 메서드의 이름입니다.

특성

적용 대상