ExtensionElement::Name Property
.NET Framework (current version)
Gets or sets a unique name of this configuration element.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("name", Options = ConfigurationPropertyOptions::None | ConfigurationPropertyOptions::IsRequired | ConfigurationPropertyOptions::IsKey)] [StringValidatorAttribute(MinLength = 1)] property String^ Name { String^ get(); void set(String^ value); }
.NET Framework
Available since 3.0
Available since 3.0
Show: