Click or drag to resize

UrlParameterAttribute Properties

The UrlParameterAttribute type exposes the following members.

Properties
 NameDescription
Public propertyDescription Gets or sets the description
Public propertyMultiple True if the query parmaeter can be repeated
Public propertyName Gets the name of the query parameter
Public propertyRequired Gets whether the parameter is required or not
Public propertyType Gets the type of data in the parmater
Public propertyTypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute)
Top
See Also