ComMethodElement::ExposedMethod Property
.NET Framework (current version)
Gets the COM+ method that is exposed when the interface on a COM+ component is exposed as a Web service.
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
Available since 3.0
Show: