ApiExplorer.DocumentationProvider Property
Gets or sets the documentation provider. The provider will be responsible for documenting the API.
Namespace: System.Web.Http.Description
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property DocumentationProvider As IDocumentationProvider
Get
Set
'Usage
Dim instance As ApiExplorer
Dim value As IDocumentationProvider
value = instance.DocumentationProvider
instance.DocumentationProvider = value
public IDocumentationProvider DocumentationProvider { get; set; }
public:
property IDocumentationProvider^ DocumentationProvider {
IDocumentationProvider^ get ();
void set (IDocumentationProvider^ value);
}
member DocumentationProvider : IDocumentationProvider with get, set
function get DocumentationProvider () : IDocumentationProvider
function set DocumentationProvider (value : IDocumentationProvider)
Property Value
Type: System.Web.Http.Description.IDocumentationProvider
The documentation provider.