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!

ServiceDescriptions.Add

[To be supplied.]

[Visual Basic]
Public Function Add( _
   ByVal description As ServiceDescription _
) As Integer
[C#]
public int Add(
   ServiceDescription description
);
[C++]
public: int Add(
   ServiceDescription* description
);
[JScript]
public function Add(
   description : ServiceDescription
) : int;

Parameters

description
[To be supplied.]

See Also

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