DocumentableItem::DocumentationElement Property
.NET Framework (current version)
Gets or sets the documentation element for the DocumentableItem.
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
Available since 1.1
Show: