ComMethodElement::ExposedMethod Property

 

Gets the COM+ method that is exposed when the interface on a COM+ component is exposed as a Web service.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("exposedMethod", Options = ConfigurationPropertyOptions::None | ConfigurationPropertyOptions::IsRequired | ConfigurationPropertyOptions::IsKey)]
[StringValidatorAttribute(MinLength = 1)]
property String^ ExposedMethod {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the COM+ method that is exposed when the interface on a COM+ component is exposed as a Web service.

.NET Framework
Available since 3.0
Return to top
Show: