| UrlParameterAttributeRequired Property |
Gets whether the parameter is required or not
Namespace:
RestSrvr.Attributes
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax public bool Required { get; set; }
Public Property Required As Boolean
Get
Set
public:
property bool Required {
bool get ();
void set (bool value);
}
member Required : bool with get, set
Property Value
Type:
BooleanSee Also