DocumentableItem::DocumentationElement Property

 

Gets or sets the documentation element for the DocumentableItem.

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

public:
[ComVisibleAttribute(false)]
property XmlElement^ DocumentationElement {
	XmlElement^ get();
	void set(XmlElement^ value);
}

Property Value

Type: System.Xml::XmlElement^

A XmlElement that represents the documentation for the DocumentableItem.

This property contains XML elements that are added to a description of an XML Web service to document it.

.NET Framework
Available since 1.1
Return to top
Show: