[To be supplied.]
[Visual Basic] Public Shared Function FromType( _ ByVal type As Type, _ ByVal url As String, _ ByVal schemas As XmlSchemas _ ) As ServiceDescription [C#] public static ServiceDescription FromType( Type type, string url, XmlSchemas schemas ); [C++] public: static ServiceDescription* FromType( Type* type, String* url, XmlSchemas* schemas ); [JScript] public static function FromType( type : Type, url : String, schemas : XmlSchemas ) : ServiceDescription;
ServiceDescription Class | ServiceDescription Members | System.Web.Services.Description Namespace