ParameterAnnotation..::..AnnotationAttribute Property

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

Syntax


public Attribute AnnotationAttribute { get; set; }
Public Property AnnotationAttribute As Attribute
	Get
	Set
public:
property Attribute^ AnnotationAttribute {
	Attribute^ get ();
	void set (Attribute^ value);
}