WsiProfilesElement::Name Property
.NET Framework (current version)
Gets or sets whether the Web service conforms to the WSI Basic Profile version 1.1.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: [ConfigurationPropertyAttribute("name", IsKey = true, DefaultValue = WsiProfiles::None)] property WsiProfiles Name { WsiProfiles get(); void set(WsiProfiles value); }
Property Value
Type: System.Web.Services::WsiProfilesA WsiProfiles object that specifies whether the Web service conforms to the WSI Basic Profile version 1.1.
.NET Framework
Available since 2.0
Available since 2.0
Show: