HelpPageSampleKey..::..ParameterNames Property

Gets the parameter names.

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

Syntax


public HashSet<string> ParameterNames { get; set; }
Public Property ParameterNames As HashSet(Of String)
	Get
	Set
public:
property HashSet<String^>^ ParameterNames {
	HashSet<String^>^ get ();
	void set (HashSet<String^>^ value);
}