ServiceActivationElement::Factory Property
.NET Framework (current version)
Gets or sets a configuration string that contains the CLR type name of the factory that generates a service activation element.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("factory", Options = ConfigurationPropertyOptions::None)] [StringValidatorAttribute(MinLength = 0)] property String^ Factory { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The configuration string that contains the CLR type name of the factory.
.NET Framework
Available since 4.0
Available since 4.0
Show: