ParameterDescription..::..Annotations Property

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

Syntax


public Collection<ParameterAnnotation> Annotations { get; set; }
Public Property Annotations As Collection(Of ParameterAnnotation)
	Get
	Set
public:
property Collection<ParameterAnnotation^>^ Annotations {
	Collection<ParameterAnnotation^>^ get ();
	void set (Collection<ParameterAnnotation^>^ value);
}