ParameterDescription..::..Documentation Property

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

Syntax


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