HelpPageApiModel..::..ResourceProperties Property

Gets the resource property descriptions.

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

Syntax


public IList<ParameterDescription> ResourceProperties { get; }
Public ReadOnly Property ResourceProperties As IList(Of ParameterDescription)
	Get
public:
property IList<ParameterDescription^>^ ResourceProperties {
	IList<ParameterDescription^>^ get ();
}