| UrlParameterAttributeMultiple Property |
True if the query parmaeter can be repeated
Namespace:
RestSrvr.Attributes
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax public bool Multiple { get; set; }
Public Property Multiple As Boolean
Get
Set
public:
property bool Multiple {
bool get ();
void set (bool value);
}
member Multiple : bool with get, set
Property Value
Type:
BooleanSee Also