HelpPageApiModel..::..RequestDocumentation Property

Gets or sets the documentation for the request.

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

Syntax


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