[To be supplied.]
[Visual Basic] Public Sub Insert( _ ByVal index As Integer, _ ByVal description As ServiceDescription _ ) [C#] public void Insert( int index, ServiceDescription description ); [C++] public: void Insert( int index, ServiceDescription* description ); [JScript] public function Insert( index : int, description : ServiceDescription );
ServiceDescriptions Class | ServiceDescriptions Members | System.Web.Services.Description Namespace