ApiParameterDescription.Documentation Property
Gets or sets the documentation.
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 ApiParameterDescription
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.