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

public string Documentation {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ Documentation {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member Documentation : string with get, set
Public Property Documentation As String

Property Value

Type: System.String

The documentation.

See Also

ApiDescription Class
System.Web.Http.Description Namespace

Return to top