HelpPageApiModel..::..ApiDescription Property

Gets or sets the ApiDescription that describes the API.

Namespace:  JiwaWebAPI.Areas.HelpPage.Models
Assembly:  JiwaWebAPI (in JiwaWebAPI.dll)

Syntax


public ApiDescription ApiDescription { get; set; }
Public Property ApiDescription As ApiDescription
	Get
	Set
public:
property ApiDescription^ ApiDescription {
	ApiDescription^ get ();
	void set (ApiDescription^ value);
}