This documentation is archived and is not being maintained.
Types.Extensions Property
.NET Framework 1.1
Gets the collection of ServiceDescriptionFormatExtension elements included in the XML Web service. This property is read-only.
[Visual Basic] Public ReadOnly Property Extensions As _ ServiceDescriptionFormatExtensionCollection [C#] public ServiceDescriptionFormatExtensionCollection Extensions {get;} [C++] public: __property ServiceDescriptionFormatExtensionCollection* get_Extensions(); [JScript] public function get Extensions() : ServiceDescriptionFormatExtensionCollection;
Property Value
A ServiceDescriptionFormatExtensionCollection.
Remarks
In the default implementation of the Types class, this property returns an empty collection.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Types Class | Types Members | System.Web.Services.Description Namespace
Show: