NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ServiceDescription.FromType

[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;

Parameters

type
[To be supplied.]
url
[To be supplied.]
schemas
[To be supplied.]

See Also

ServiceDescription Class | ServiceDescription Members | System.Web.Services.Description Namespace