 | UrlParameterAttributeMultiple Property |
True if the query parmaeter can be repeated
Namespace: RestSrvr.AttributesAssembly: RestSrvr (in RestSrvr.dll) Version: 3.0.2081-alpha+2a5b7e36c643f1770ee7668b30338121303a2e40
Syntaxpublic 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
Boolean
See Also