ComplexTypeModelDescription..::..Properties Property

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

Syntax


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