Share via


ApiDescription.Documentation Property

Gets or sets the documentation of the API.

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

Syntax

'Declaration
Public Property Documentation As String 
    Get 
    Set
'Usage
Dim instance As ApiDescription 
Dim value As String 

value = instance.Documentation

instance.Documentation = value
public string Documentation { get; set; }
public:
property String^ Documentation {
    String^ get ();
    void set (String^ value);
}
member Documentation : string with get, set
function get Documentation () : String 
function set Documentation (value : String)

Property Value

Type: System.String
The documentation.

See Also

Reference

ApiDescription Class

System.Web.Http.Description Namespace