DocumentableItem.Documentation Property

 

Gets or sets the text documentation for the instance of the DocumentableItem.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

member Documentation : string with get, set

Property Value

Type: System.String

A string that represents the documentation for the DocumentableItem.

In a derived class, this property represents the text comments added to an element of the XML Web service. The default implementation is an empty string ("").

The following code example demonstrates a typical usage of the Documentation property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: