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!

Tags for Documentation Comments

The C# compiler will process documentation comments in your code to an XML file. Processing the XML file to create documentation is a detail that needs to be implemented at your site.

The following tags provide commonly used functionality in user documentation:

<c> <param> <see>
<code> <paramref> <seealso>
<example> <permission> <summary>
<exception> <remarks> <value>
<list> <returns>  

See Also

/doc (Process Documentation Comments)