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)

public:
property IDocumentationProvider^ DocumentationProvider {
	[CompilerGeneratedAttribute]
	IDocumentationProvider^ get();
	[CompilerGeneratedAttribute]
	void set(IDocumentationProvider^ value);
}

Property Value

Type: System.Web.Http.Description::IDocumentationProvider^

The documentation provider.

Return to top
Show: